mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
Update README.md
This commit is contained in:
parent
23033b3c18
commit
50f1a7eb45
@ -27,7 +27,7 @@ cd openapi-servers
|
|||||||
# Example: Installing dependencies for a specific server 'filesystem'
|
# Example: Installing dependencies for a specific server 'filesystem'
|
||||||
cd servers/filesystem
|
cd servers/filesystem
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
uvicorn main:app --reload
|
uvicorn main:app --host 0.0.0.0 --reload
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, simply point your OpenAPI-compatible clients or AI agents to your local or publicly deployed URL—no configuration headaches, no complicated transports.
|
Now, simply point your OpenAPI-compatible clients or AI agents to your local or publicly deployed URL—no configuration headaches, no complicated transports.
|
||||||
|
Loading…
Reference in New Issue
Block a user