feat: add OpenAPI configuration files for Ollama service

This commit is contained in:
2025-06-24 16:47:22 +08:00
parent 0070042144
commit 322d7ff4fb
3 changed files with 10 additions and 1 deletions
File diff suppressed because one or more lines are too long
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.13.0"
}
}
+2 -1
View File
@@ -2,5 +2,6 @@
"dependencies": {
"leaflet": "^1.9.4",
"react-leaflet": "^5.0.0"
}
},
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f"
}