Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1471,7 +1471,7 @@ prompt_template = ChatPromptTemplate.from_messages([
|
|
| 1471 |
|
| 1472 |
# Create Langchain Agent
|
| 1473 |
llm = ChatOpenAI(
|
| 1474 |
-
model="gpt-4o
|
| 1475 |
temperature=0.6, # Balanced creativity and adherence
|
| 1476 |
max_tokens=3000, # Ensure sufficient output length
|
| 1477 |
top_p=0.85, # Focused outputs
|
|
|
|
| 1471 |
|
| 1472 |
# Create Langchain Agent
|
| 1473 |
llm = ChatOpenAI(
|
| 1474 |
+
model="gpt-4o",
|
| 1475 |
temperature=0.6, # Balanced creativity and adherence
|
| 1476 |
max_tokens=3000, # Ensure sufficient output length
|
| 1477 |
top_p=0.85, # Focused outputs
|