Embedchain + Mistral Streamlit chatbot (#1017)

This commit is contained in:
Sidharth Mohanty
2023-12-18 14:42:19 +05:30
committed by GitHub
parent c0b5e93967
commit 0272459435
6 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
app:
config:
name: 'mistral-streamlit-app'
llm:
provider: huggingface
config:
model: 'mistralai/Mixtral-8x7B-Instruct-v0.1'
temperature: 0.1
max_tokens: 250
top_p: 0.1
stream: true
embedder:
provider: huggingface
config:
model: 'sentence-transformers/all-mpnet-base-v2'