pvanand commited on
Commit
0e97127
·
verified ·
1 Parent(s): a6361a2

Update helpers/ai_client.py

Browse files
Files changed (1) hide show
  1. helpers/ai_client.py +1 -1
helpers/ai_client.py CHANGED
@@ -14,7 +14,7 @@ class AIClient:
14
  self.llm_api_url = os.getenv("LLM_API_URL")
15
  self.api_key = os.getenv("X_API_KEY")
16
 
17
- def send_prompt(
18
  self,
19
  prompt: str,
20
  system_message: str = "",
 
14
  self.llm_api_url = os.getenv("LLM_API_URL")
15
  self.api_key = os.getenv("X_API_KEY")
16
 
17
+ def chat(
18
  self,
19
  prompt: str,
20
  system_message: str = "",