Spaces:
Runtime error
Runtime error
Create config.yaml
Browse files- config.yaml +11 -0
config.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
chat_model:
|
| 2 |
+
'model': "mistral:latest"
|
| 3 |
+
'temperature': 0.75
|
| 4 |
+
'num_gpu': 1
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
vector_database:
|
| 8 |
+
chroma:
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
chat_session_path: './chat_session/'
|