dindizz commited on
Commit
2c7de98
·
verified ·
1 Parent(s): c373340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def create_flashcards(content):
31
  }
32
 
33
  data = {
34
- "model": "deepseek-chat", # Replace with the appropriate DeepSeek model
35
  "messages": [
36
  {"role": "system", "content": prompt},
37
  {"role": "user", "content": content}
 
31
  }
32
 
33
  data = {
34
+ "model": "deepseek-chat", # Replace with the appropriate DeepSeek model the new one is DeepSeek-V3 but madness so wait for that to subside!
35
  "messages": [
36
  {"role": "system", "content": prompt},
37
  {"role": "user", "content": content}