forked from open-webui/open-webui
Update main.py
This commit is contained in:
parent
837feb4e79
commit
59de980306
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ app.mount("/openai/api", openai_app)
|
||||||
app.mount("/images/api/v1", images_app)
|
app.mount("/images/api/v1", images_app)
|
||||||
app.mount("/audio/api/v1", audio_app)
|
app.mount("/audio/api/v1", audio_app)
|
||||||
app.mount("/rag/api/v1", rag_app)
|
app.mount("/rag/api/v1", rag_app)
|
||||||
app.mount("/audio/api/v1", audio_app)
|
|
||||||
app.mount("/functions/api/v1", functions_app)
|
app.mount("/functions/api/v1", functions_app)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue