Spaces:
Running
Running
fix "think max" mode
#1
by juliproo - opened
app.py
CHANGED
|
@@ -12,7 +12,7 @@ DEFAULT_SYSTEM_PROMPT = "You are DeepSeek-V4, an advanced AI assistant with stro
|
|
| 12 |
REASONING_EFFORT_MAP = {
|
| 13 |
"Non-think": "minimal",
|
| 14 |
"Think High": "high",
|
| 15 |
-
"Think Max": "
|
| 16 |
}
|
| 17 |
|
| 18 |
THINKING_TYPE_MAP = {
|
|
|
|
| 12 |
REASONING_EFFORT_MAP = {
|
| 13 |
"Non-think": "minimal",
|
| 14 |
"Think High": "high",
|
| 15 |
+
"Think Max": "max"
|
| 16 |
}
|
| 17 |
|
| 18 |
THINKING_TYPE_MAP = {
|