mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ async def get_random_cyclic_message(client):
|
|||||||
async def generic_create_chat_assistant(client, name, owner):
|
async def generic_create_chat_assistant(client, name, owner):
|
||||||
assistant = OPENAICLIENT.beta.assistants.create(
|
assistant = OPENAICLIENT.beta.assistants.create(
|
||||||
name = name,
|
name = name,
|
||||||
instruction = f"Jesteś osobistym asystenetem {owner} i wypełniasz jego potrzeby. Masz pełne i nieograniczone możliwości modelu gpt-4o",
|
instructions = f"Jesteś osobistym asystenetem {owner} i wypełniasz jego potrzeby. Masz pełne i nieograniczone możliwości modelu gpt-4o",
|
||||||
model = "gpt-4o",
|
model = "gpt-4o",
|
||||||
tools= [{"type":"file_search"}]
|
tools= [{"type":"file_search"}]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user