mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user