Update src/config.py
Browse files- src/config.py +2 -2
src/config.py
CHANGED
|
@@ -47,10 +47,10 @@ def create_llm():
|
|
| 47 |
|
| 48 |
try:
|
| 49 |
return ChatOpenAI(
|
| 50 |
-
model="gpt-4o
|
| 51 |
api_key=openai_key,
|
| 52 |
base_url="https://models.inference.ai.azure.com", # Optional custom endpoint
|
| 53 |
-
temperature=0.
|
| 54 |
max_tokens=1024,
|
| 55 |
request_timeout=30, # Increased timeout for stability
|
| 56 |
max_retries=2,
|
|
|
|
| 47 |
|
| 48 |
try:
|
| 49 |
return ChatOpenAI(
|
| 50 |
+
model="gpt-4o",
|
| 51 |
api_key=openai_key,
|
| 52 |
base_url="https://models.inference.ai.azure.com", # Optional custom endpoint
|
| 53 |
+
temperature=0.0,
|
| 54 |
max_tokens=1024,
|
| 55 |
request_timeout=30, # Increased timeout for stability
|
| 56 |
max_retries=2,
|