Create config.yaml
Browse files- config.yaml +7 -0
config.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
url: "https://fast-api.snova.ai/v1/chat/completions" # set either sambastudio or sncloud
|
2 |
+
model: "llama3-405b"
|
3 |
+
|
4 |
+
prod_mode: False
|
5 |
+
|
6 |
+
extra_loaders:
|
7 |
+
- "pdf"
|