diff --git a/src/chatdbg/assistant/assistant.py b/src/chatdbg/assistant/assistant.py index 422bf18..570ff69 100644 --- a/src/chatdbg/assistant/assistant.py +++ b/src/chatdbg/assistant/assistant.py @@ -32,7 +32,7 @@ class Assistant: def __init__( self, instructions, - model="gpt-3.5-turbo-1106", + model="gpt-4o", timeout=30, listeners=[Printer()], functions=[],