Spaces:
Sleeping
Sleeping
Commit
·
e85a122
1
Parent(s):
77bad18
- 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" : "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",
|