chore: rename llm handle field to model in create agent req (#718)
This commit is contained in:
@@ -18,7 +18,7 @@ agent_state = client.agents.create(
|
||||
),
|
||||
],
|
||||
# set automatic defaults for LLM/embedding config
|
||||
llm="openai/gpt-4",
|
||||
model="openai/gpt-4",
|
||||
embedding="openai/text-embedding-ada-002",
|
||||
)
|
||||
print(f"Created agent with name {agent_state.name} and unique ID {agent_state.id}")
|
||||
|
||||
Reference in New Issue
Block a user