feat: multiple ollama support

This commit is contained in:
Timothy J. Baek
2024-03-05 00:59:35 -08:00
parent 475105473c
commit f04d60b6d9
4 changed files with 831 additions and 62 deletions

View File

@@ -125,6 +125,14 @@ async def get_app_config():
}
@app.get("/api/version")
async def get_app_config():
return {
"version": VERSION,
}
@app.get("/api/changelog")
async def get_app_changelog():
return CHANGELOG