mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-11 05:14:59 +00:00
fix(swagger): do not specify a host (#1930)
In this way the requests are redirected to the host used by the client to perform the request.
This commit is contained in:
parent
eab4a91a9b
commit
61e5e6bc36
4 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
|||
},
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"host": "localhost:8080",
|
||||
"basePath": "/",
|
||||
"paths": {
|
||||
"/v1/assistants": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue