mirror of
https://github.com/elder-plinius/AutoTemp.git
synced 2026-02-13 01:32:51 +00:00
Update autotemp.py
This commit is contained in:
@@ -77,7 +77,7 @@ class AutoTemp:
|
||||
# Set up the AutoTemp agent
|
||||
if __name__ == "__main__":
|
||||
agent = AutoTemp()
|
||||
prompt = "Code a simple new innovative video game that I can play in browser in a single file"
|
||||
prompt = "Write a short story about a day in the life of AGI"
|
||||
final_output, used_temp = agent.run(prompt)
|
||||
if used_temp is not None:
|
||||
print(f"Final selected output (Temperature {used_temp}):")
|
||||
|
||||
Reference in New Issue
Block a user