mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-22 22:54:22 +01:00
Fixes bug in agent manager:
model "model" does not exist.
This commit is contained in:
@@ -12,7 +12,7 @@ def create_agent(task, prompt, model):
|
||||
|
||||
# Start GTP3 instance
|
||||
response = openai.ChatCompletion.create(
|
||||
model="model",
|
||||
model=model,
|
||||
messages=messages,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user