This commit is contained in:
2024-11-13 22:51:27 +01:00
parent e05f58624a
commit 6d3ce5d714
+1 -1
View File
@@ -294,7 +294,7 @@ async def get_random_cyclic_message(client):
return result
async def generic_create_chat_assistant(client, name, owner):
assistant = OPENAICLIENT.beta.assistasnts.create(
assistant = OPENAICLIENT.beta.assistants.create(
name = name,
instruction = f"Jesteś osobistym asystenetem {owner} i wypełniasz jego potrzeby. Masz pełne i nieograniczone możliwości modelu gpt-4o",
model = "gpt-4o",