Skip to content

Commit

Permalink
fix: update server.py chat -> chat_core
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed May 6, 2024
1 parent 0d80cf7 commit dfd3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
self.session = CodeInterpreterSession(model=model)
self.status = self.session.start_local()

def chat(
def chat_core(
self,
message: GuiAgentInterpreterChatMessages,
display: bool = False,
Expand Down

0 comments on commit dfd3af0

Please sign in to comment.