Skip to content

Commit

Permalink
default model doesn't match config print
Browse files Browse the repository at this point in the history
  • Loading branch information
khlevin committed Sep 4, 2024
1 parent 5886882 commit f7c4f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatdbg/assistant/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Assistant:
def __init__(
self,
instructions,
model="gpt-3.5-turbo-1106",
model="gpt-4o",
timeout=30,
listeners=[Printer()],
functions=[],
Expand Down

0 comments on commit f7c4f07

Please sign in to comment.