Spaces:
Running
Running
Update helpers/ai_client.py
Browse files- helpers/ai_client.py +1 -1
helpers/ai_client.py
CHANGED
@@ -19,7 +19,7 @@ class AIClient:
|
|
19 |
prompt: str,
|
20 |
system_message: str = "",
|
21 |
model_id: str = "openai/gpt-4o-mini",
|
22 |
-
conversation_id: str = "
|
23 |
user_id: str = "string",
|
24 |
api_key: Optional[str] = None
|
25 |
) -> str:
|
|
|
19 |
prompt: str,
|
20 |
system_message: str = "",
|
21 |
model_id: str = "openai/gpt-4o-mini",
|
22 |
+
conversation_id: str = "",
|
23 |
user_id: str = "string",
|
24 |
api_key: Optional[str] = None
|
25 |
) -> str:
|