Skip to content

Commit

Permalink
Update autogen/agentchat/contrib/gpt_assistant_agent.py
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
sonichi authored Nov 23, 2023
1 parent f64e88f commit 38a4c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/contrib/gpt_assistant_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(
llm_config=llm_config,
)

# lazly create threads
# lazily create threads
self._openai_threads = {}
self._unread_index = defaultdict(int)
self.register_reply(Agent, GPTAssistantAgent._invoke_assistant)
Expand Down

0 comments on commit 38a4c20

Please sign in to comment.