Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,8 @@ CHROMA_DATA_PATH = "chroma_data/"
|
|
| 28 |
EMBED_MODEL = "sentence-transformers/all-MiniLM-L6-v2" # "BAAI/bge-m3"
|
| 29 |
#LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
|
| 30 |
#LLM_NAME = "swiss-ai/Apertus-8B-Instruct-2509" # provider: publicai
|
| 31 |
-
LLM_NAME = "openai/gpt-oss-20b"
|
|
|
|
| 32 |
#LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
|
| 33 |
CHUNK_SIZE = 800
|
| 34 |
CHUNK_OVERLAP = 50
|
|
|
|
| 28 |
EMBED_MODEL = "sentence-transformers/all-MiniLM-L6-v2" # "BAAI/bge-m3"
|
| 29 |
#LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
|
| 30 |
#LLM_NAME = "swiss-ai/Apertus-8B-Instruct-2509" # provider: publicai
|
| 31 |
+
#LLM_NAME = "openai/gpt-oss-20b"
|
| 32 |
+
LLM_NAME = "swiss-ai/Apertus-8B-Instruct-2509"
|
| 33 |
#LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
|
| 34 |
CHUNK_SIZE = 800
|
| 35 |
CHUNK_OVERLAP = 50
|