From 9a2144b42ab03b4923478e206ea0fd061438422e Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:19:54 -0700 Subject: [PATCH] Update autotemp.py --- autotemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotemp.py b/autotemp.py index 586e7c4..73c1ac9 100644 --- a/autotemp.py +++ b/autotemp.py @@ -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)