Spaces:
Running
Running
Update appsettings.json
Browse files- appsettings.json +3 -3
appsettings.json
CHANGED
@@ -36,11 +36,11 @@
|
|
36 |
"LlmSystemPromptTimeout" : 90,
|
37 |
"LlmUserPromptTimeout" : 1200,
|
38 |
"LlmSessionIdleTimeout" : 1440,
|
39 |
-
"LlmGptModel" : "gpt-
|
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",
|
|
|
36 |
"LlmSystemPromptTimeout" : 90,
|
37 |
"LlmUserPromptTimeout" : 1200,
|
38 |
"LlmSessionIdleTimeout" : 1440,
|
39 |
+
"LlmGptModel" : "gpt-4.1-mini",
|
40 |
+
"LlmHFModelID" : "meta-llama/llama-3.3-70b-instruct",
|
41 |
"LlmHFKey" : ".env",
|
42 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
43 |
+
"LlmHFModelVersion" : "llama_3.2",
|
44 |
"LlmUseHF" : true,
|
45 |
"AudioServiceUrl" : "https://transcribe.readyforquantum.com",
|
46 |
"AudioServiceOutputDir" : "/home/audioservice/code/securefiles/dev/output_audio",
|