mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
AI name hotfix. (#1452)
* Pi's message. * Fix most everything. * Blacked * Update agent.py Hotfix.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user