Wajahat698 commited on
Commit
3ce211b
·
verified ·
1 Parent(s): 861692c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1471,7 +1471,7 @@ prompt_template = ChatPromptTemplate.from_messages([
1471
 
1472
  # Create Langchain Agent
1473
  llm = ChatOpenAI(
1474
- model="gpt-4o-mini",
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