Al1Abdullah commited on
Commit
c220891
·
verified ·
1 Parent(s): 4dffcab

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +6 -4
config.yaml CHANGED
@@ -1,7 +1,9 @@
1
  chat_model:
2
- 'model': "llama3:latest"
3
- 'temperature': 0.75
4
- 'num_gpu': 1
 
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/'