Merge branch 'main' of https://gitea.umutalihandikel.com/alihan/mcphost-api
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
supervisor.conf
|
||||
supervisor
|
||||
.venv
|
||||
venv
|
||||
config.json
|
||||
|
||||
3
logs.sh
Normal file
3
logs.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
tail -f supervisor/logs/llm-api-mcphost.log
|
||||
@@ -124,4 +124,4 @@ async def health_check():
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||
uvicorn.run(app, host=settings.host, port=settings.port)
|
||||
|
||||
Reference in New Issue
Block a user