pvanand commited on
Commit
70650cf
·
verified ·
1 Parent(s): f913ca7

Update helpers/ai_client.py

Browse files
Files changed (1) hide show
  1. 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 = "string",
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: