Spaces:
Runtime error
Runtime error
Create config/model_config.yaml
Browse files- config/model_config.yaml +4 -0
config/model_config.yaml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llm:
|
| 2 |
+
model: gemma:7b
|
| 3 |
+
base_url: http://127.0.0.1:1234/v1
|
| 4 |
+
api_key: sk-no-key-needed
|