AI name hotfix. (#1452)
* Pi's message. * Fix most everything. * Blacked * Update agent.py Hotfix.pull/1478/head
parent
4bb7a598a5
commit
6a93537c42
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue