Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ Balance confidence with caution to ensure the safety and reliability of the comp
|
|
55 |
# Initialize components with updated classes
|
56 |
llm = ChatOpenAI(
|
57 |
openai_api_key=API_KEY,
|
58 |
-
model_name="gpt-
|
59 |
temperature=0,
|
60 |
)
|
61 |
|
|
|
55 |
# Initialize components with updated classes
|
56 |
llm = ChatOpenAI(
|
57 |
openai_api_key=API_KEY,
|
58 |
+
model_name="gpt-4o-mini",
|
59 |
temperature=0,
|
60 |
)
|
61 |
|