Update app.py
Browse files
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}
|