mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 14:14:59 +00:00
16 lines
No EOL
431 B
YAML
16 lines
No EOL
431 B
YAML
package: apiv2
|
|
generate:
|
|
models: true
|
|
chi-server: true
|
|
strict-server: true
|
|
output: apiv2/localai.gen.go
|
|
output-options:
|
|
exclude-depreciated: true
|
|
additional-property-tags:
|
|
- yaml
|
|
- mapstructure
|
|
user-templates:
|
|
endpoint-body-mapping.tmpl: ./openai-openapi/endpoint-body-mapping.tmpl
|
|
# union.tmpl: "// SKIP"
|
|
# union-and-additional-properties.tmpl: "// SKIP"
|
|
# additional-properties.tmpl: "// SKIP" |