Update src/aidgaf/aidgaf_server/idgaf.py

This commit is contained in:
Adam Outler 2024-11-16 01:25:35 +00:00
parent 33f89916de
commit 78ce7ab02a

View File

@ -91,7 +91,7 @@ def get_prompt(command) -> dict:
print(my_prompt) print(my_prompt)
the_data = DATA the_data = DATA
the_data["prompt"] = my_prompt the_data["messages"][-1]["content"] = my_prompt
return the_data return the_data