Afeefa123 commited on
Commit
9d42b33
·
verified ·
1 Parent(s): b707ffa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def get_traffic_recommendation(input_situation):
17
  "content": f"Suggest a solution to optimize traffic flow in the following situation:\n\n{input_situation}"
18
  }
19
  ],
20
- model="llama-3-70b-8192"
21
  )
22
  return chat_completion.choices[0].message.content
23
  except Exception as e:
 
17
  "content": f"Suggest a solution to optimize traffic flow in the following situation:\n\n{input_situation}"
18
  }
19
  ],
20
+ model="llama-3.3-70b-versatile"
21
  )
22
  return chat_completion.choices[0].message.content
23
  except Exception as e: