Fix: indents in yaml file (#1046)
This commit is contained in:
@@ -85,22 +85,22 @@ pip install embedchain streamlit
|
|||||||
<Tab title="config.yaml">
|
<Tab title="config.yaml">
|
||||||
```yaml
|
```yaml
|
||||||
app:
|
app:
|
||||||
config:
|
config:
|
||||||
name: 'mistral-streamlit-app'
|
name: 'mistral-streamlit-app'
|
||||||
|
|
||||||
llm:
|
llm:
|
||||||
provider: huggingface
|
provider: huggingface
|
||||||
config:
|
config:
|
||||||
model: 'mistralai/Mixtral-8x7B-Instruct-v0.1'
|
model: 'mistralai/Mixtral-8x7B-Instruct-v0.1'
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
max_tokens: 250
|
max_tokens: 250
|
||||||
top_p: 0.1
|
top_p: 0.1
|
||||||
stream: true
|
stream: true
|
||||||
|
|
||||||
embedder:
|
embedder:
|
||||||
provider: huggingface
|
provider: huggingface
|
||||||
config:
|
config:
|
||||||
model: 'sentence-transformers/all-mpnet-base-v2'
|
model: 'sentence-transformers/all-mpnet-base-v2'
|
||||||
```
|
```
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user