fix openclaw data volume

This commit is contained in:
2026-03-12 19:24:16 +01:00
parent 618248e8df
commit 4dd9599c47
3 changed files with 12 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": 1,
"profiles": {
"openai-proxy": {
"provider": "openai",
"default": true,
"apiKey": "not-needed",
"baseUrl": "http://proxy:3456/v1"
}
}
}