Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moved

This service now lives in the common_rag monorepo under llm-service/.


llm-service

Standalone /llm gateway extracted from the monolith.

Run

uv sync --extra dev
PYTHONPATH=src uv run python -m llm_service.main

OpenAPI

Generate:

PYTHONPATH=src uv run python -c "import json; from llm_service.main import app; open('openapi.json','w').write(json.dumps(app.openapi(), indent=2))"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages