diff --git a/bot.py b/bot.py index bd67ff9..24ed222 100644 --- a/bot.py +++ b/bot.py @@ -218,7 +218,8 @@ openAIClient = openai.AsyncOpenAI(api_key=openai.api_key) saint_harlot_friend = openAIClient.beta.assistants.create( name="Bane", instructions="You are a personal horoscope assistant to Saint Harlot", - tools=[{"type":"file_search"}]) + tools=[{"type":"file_search"}], + model="gpt-4o") saint_harlot_thread = openAIClient.beta.threads.create()