AI name hotfix. (#1452)

* Pi's message.

* Fix most everything.

* Blacked

* Update agent.py

Hotfix.
pull/1478/head
BillSchumacher 2023-04-14 20:29:25 -05:00 committed by GitHub
parent 4bb7a598a5
commit 6a93537c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Agent:
) # TODO: This hardcodes the model to use GPT3.5. Make this an argument
# Print Assistant thoughts
print_assistant_thoughts(assistant_reply)
print_assistant_thoughts(self.ai_name, assistant_reply)
# Get command name and arguments
try: