Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ EMBED_MODEL = "sentence-transformers/all-MiniLM-L6-v2" # "BAAI/bge-m3"
|
|
32 |
#LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
|
33 |
#LLM_NAME = "sswiss-ai/apertus-70b-instruct" # provider: publicai
|
34 |
#LLM_NAME = "openai/gpt-oss-20b"
|
35 |
-
LLM_NAME = "swiss-ai/apertus-
|
36 |
#LLM_NAME = "aisingapore/Gemma-SEA-LION-v4-27B-IT"
|
37 |
#LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
|
38 |
CHUNK_SIZE = 800
|
|
|
32 |
#LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
|
33 |
#LLM_NAME = "sswiss-ai/apertus-70b-instruct" # provider: publicai
|
34 |
#LLM_NAME = "openai/gpt-oss-20b"
|
35 |
+
LLM_NAME = "swiss-ai/apertus-8b-instruct"
|
36 |
#LLM_NAME = "aisingapore/Gemma-SEA-LION-v4-27B-IT"
|
37 |
#LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
|
38 |
CHUNK_SIZE = 800
|