Spaces:
Running
Running
Commit
·
77bad18
1
Parent(s):
763473a
trying qwen/qwen3-235b-a22b-fp8 model
Browse files- appsettings.json +2 -2
appsettings.json
CHANGED
@@ -37,10 +37,10 @@
|
|
37 |
"LlmUserPromptTimeout" : 1200,
|
38 |
"LlmSessionIdleTimeout" : 1440,
|
39 |
"LlmGptModel" : "gpt-4o-mini",
|
40 |
-
"LlmHFModelID" : "
|
41 |
"LlmHFKey" : ".env",
|
42 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
43 |
-
"LlmHFModelVersion" : "
|
44 |
"LlmUseHF" : true,
|
45 |
"AudioServiceUrl" : "https://transcribe.readyforquantum.com",
|
46 |
"AudioServiceOutputDir" : "/home/audioservice/code/securefiles/dev/output_audio",
|
|
|
37 |
"LlmUserPromptTimeout" : 1200,
|
38 |
"LlmSessionIdleTimeout" : 1440,
|
39 |
"LlmGptModel" : "gpt-4o-mini",
|
40 |
+
"LlmHFModelID" : "qwen/qwen3-235b-a22b-fp8",
|
41 |
"LlmHFKey" : ".env",
|
42 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
43 |
+
"LlmHFModelVersion" : "qwen_2.5",
|
44 |
"LlmUseHF" : true,
|
45 |
"AudioServiceUrl" : "https://transcribe.readyforquantum.com",
|
46 |
"AudioServiceOutputDir" : "/home/audioservice/code/securefiles/dev/output_audio",
|