shoom013 commited on
Commit
be4b4f1
·
verified ·
1 Parent(s): 2be2108

Update app.py

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