Jelajahi Sumber

Fix: indents in yaml file (#1046)

Dhravya Shah 1 tahun lalu
induk
melakukan
dd97fad5a4
1 mengubah file dengan 12 tambahan dan 12 penghapusan
  1. 12 12
      docs/integration/streamlit-mistral.mdx

+ 12 - 12
docs/integration/streamlit-mistral.mdx

@@ -85,22 +85,22 @@ pip install embedchain streamlit
     <Tab title="config.yaml">
     ```yaml
     app:
-    config:
-        name: 'mistral-streamlit-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
+        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'
+        provider: huggingface
+        config:
+            model: 'sentence-transformers/all-mpnet-base-v2'
     ```
     </Tab>
 </Tabs>