Swicked86 commited on
Commit
e02a693
·
verified ·
1 Parent(s): 183d791

Upload deploy/openclaw-config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. deploy/openclaw-config.json +12 -0
deploy/openclaw-config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "agent": {
3
+ "model": "ollama/phi4-mm-nuc"
4
+ },
5
+ "modelConfigs": {
6
+ "ollama/phi4-mm-nuc": {
7
+ "provider": "ollama",
8
+ "model": "phi4-mm-nuc",
9
+ "baseUrl": "http://localhost:11434"
10
+ }
11
+ }
12
+ }