Smith-B commited on
Commit
44410dc
·
verified ·
1 Parent(s): 7454426

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -227,7 +227,7 @@ def chat(message: str, history: List[Dict[str, str]]) -> str:
227
 
228
  while True:
229
  response = gemini.chat.completions.create(
230
- model="gemini-2.0-flash-lite",
231
  messages=messages,
232
  tools=TOOLS,
233
  )
 
227
 
228
  while True:
229
  response = gemini.chat.completions.create(
230
+ model="gemini-2.0-flash",
231
  messages=messages,
232
  tools=TOOLS,
233
  )