lyimo commited on
Commit
1029384
·
verified ·
1 Parent(s): 3b773d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_bird_info(bird_name):
36
  "content": prompt,
37
  }
38
  ],
39
- model="llama-3.3-70b-versatile",
40
  )
41
  return chat_completion.choices[0].message.content
42
  except Exception as e:
 
36
  "content": prompt,
37
  }
38
  ],
39
+ model="deepseek-r1-distill-llama-70b",
40
  )
41
  return chat_completion.choices[0].message.content
42
  except Exception as e: