Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +6 -4
config.yaml
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
chat_model:
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
vector_database:
|
| 6 |
-
chroma:
|
|
|
|
| 7 |
chat_session_path: './chat_session/'
|
|
|
|
| 1 |
chat_model:
|
| 2 |
+
model: "llama3:8b-instruct-q4_K_M"
|
| 3 |
+
temperature: 0.75
|
| 4 |
+
num_gpu: 1
|
| 5 |
+
|
| 6 |
vector_database:
|
| 7 |
+
chroma: {}
|
| 8 |
+
|
| 9 |
chat_session_path: './chat_session/'
|