shoom013 commited on
Commit
38e088b
·
verified ·
1 Parent(s): 3b31d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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