chainlit-chatbot / data /config.yaml
rafaaa2105's picture
Create data/config.yaml
9089989 verified
raw
history blame contribute delete
390 Bytes
app:
config:
name: 'moce'
llm:
provider: ollama
config:
model: 'dolphin-mixtral'
temperature: 0.5
max_tokens: 2048
top_p: 1
stream: true
embedder:
provider: huggingface
config:
model: 'sentence-transformers/all-mpnet-base-v2'
vectordb:
provider: chroma
config:
collection_name: 'mrag0'
host: 0.0.0.0
port: 8000
allow_reset: true