Wajahat698 commited on
Commit
4c3245d
·
verified ·
1 Parent(s): b2fbca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def ask_llm(channel, user_message):
104
 
105
  try:
106
  response = openai_client.chat.completions.create(
107
- model="gpt-5-nano-2025-08-07",
108
  messages=[{"role": "system", "content": SYSTEM_PROMPT}] + history,
109
  temperature=0.4,
110
  max_tokens=600,
 
104
 
105
  try:
106
  response = openai_client.chat.completions.create(
107
+ model="gpt-4o",
108
  messages=[{"role": "system", "content": SYSTEM_PROMPT}] + history,
109
  temperature=0.4,
110
  max_tokens=600,