This commit is contained in:
2024-11-06 20:28:33 +01:00
parent 46de87e874
commit 02cd2ba5df
+2 -1
View File
@@ -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()