Update autotemp.py

This commit is contained in:
pliny
2023-11-03 19:19:54 -07:00
committed by GitHub
parent 4560af663e
commit 9a2144b42a

View File

@@ -78,6 +78,6 @@ class AutoTemp:
if __name__ == "__main__":
agent = AutoTemp(auto_select=True) # Set auto_select to False if you want manual selection
prompt = "Code a simple new innovative video game that I can play in browser"
prompt = "Code a simple new innovative video game that I can play in browser in a single file"
final_output = agent.run(prompt)
print(final_output)