Spaces:
Sleeping
Sleeping
Update helpers/ai_client.py
Browse files- helpers/ai_client.py +2 -2
helpers/ai_client.py
CHANGED
@@ -6,8 +6,8 @@ from typing import Optional, Dict, Any
|
|
6 |
class AIClient:
|
7 |
def __init__(self):
|
8 |
# Load environment variables
|
9 |
-
self.llm_api_url = os.getenv("LLM_API_URL"
|
10 |
-
self.api_key = os.getenv("
|
11 |
|
12 |
def send_prompt(
|
13 |
self,
|
|
|
6 |
class AIClient:
|
7 |
def __init__(self):
|
8 |
# Load environment variables
|
9 |
+
self.llm_api_url = os.getenv("LLM_API_URL")
|
10 |
+
self.api_key = os.getenv("X_API_KEY")
|
11 |
|
12 |
def send_prompt(
|
13 |
self,
|