naman1102 commited on
Commit
7bff855
·
1 Parent(s): 34292b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ class BasicAgent:
51
  print("=== Sending prompt ===")
52
  print(prompt[:500])
53
  response = self.llm.chat.completions.create(
54
- model="gpt-3.5-turbo",
55
  messages=[
56
  {"role": "system", "content": "You are a helpful AI assistant that provides clear and concise answers."},
57
  {"role": "user", "content": prompt}
 
51
  print("=== Sending prompt ===")
52
  print(prompt[:500])
53
  response = self.llm.chat.completions.create(
54
+ model="GPT-4.1 nano",
55
  messages=[
56
  {"role": "system", "content": "You are a helpful AI assistant that provides clear and concise answers."},
57
  {"role": "user", "content": prompt}