Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p, mo
|
|
| 63 |
|
| 64 |
# Model selection
|
| 65 |
models = {
|
| 66 |
-
"DeepSeek Coder": "deepseek-ai/
|
| 67 |
"CodeLlama": "codellama/CodeLlama-34b-Instruct-hf",
|
| 68 |
"Qwen Coder": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
| 69 |
}
|
|
|
|
| 63 |
|
| 64 |
# Model selection
|
| 65 |
models = {
|
| 66 |
+
"DeepSeek Coder": "deepseek-ai/DeepSeek-Coder-V2-Instruct",
|
| 67 |
"CodeLlama": "codellama/CodeLlama-34b-Instruct-hf",
|
| 68 |
"Qwen Coder": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
| 69 |
}
|