Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ if "settings" not in st.session_state:
|
|
11 |
st.session_state.settings = {
|
12 |
"api_key": os.getenv("HF_API_KEY", ""),
|
13 |
"api_base": "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-72B-Instruct",
|
14 |
-
"model": "huggingface/Qwen/Qwen2.5-
|
15 |
"auto_run": True,
|
16 |
"context_window": 8000,
|
17 |
"max_tokens": 4000
|
|
|
11 |
st.session_state.settings = {
|
12 |
"api_key": os.getenv("HF_API_KEY", ""),
|
13 |
"api_base": "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-72B-Instruct",
|
14 |
+
"model": "huggingface/Qwen/Qwen2.5-Coder-32B-Instruct",
|
15 |
"auto_run": True,
|
16 |
"context_window": 8000,
|
17 |
"max_tokens": 4000
|