Describe the feature
When the code has this:
if __name__ == '__main__':
app.run() # or maybe air.run()
Then it should launch the local server with default port of 8000 or something.
Motivation
This is a semi-common pattern supplied by LLMs, even though it is a hallucination. So why not consider it a feature and implement it?
Alternatives considered
No response
Additional context
No response
Describe the feature
When the code has this:
Then it should launch the local server with default port of 8000 or something.
Motivation
This is a semi-common pattern supplied by LLMs, even though it is a hallucination. So why not consider it a feature and implement it?
Alternatives considered
No response
Additional context
No response