mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
API: Move OAI to APIRouter
This makes the API more modular for other API implementations in the future. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
2
main.py
2
main.py
@@ -15,7 +15,7 @@ from common.logger import setup_logger
|
||||
from common.networking import is_port_in_use
|
||||
from common.signals import signal_handler
|
||||
from common.utils import unwrap
|
||||
from endpoints.OAI.app import start_api
|
||||
from endpoints.server import start_api
|
||||
|
||||
|
||||
async def entrypoint(args: Optional[dict] = None):
|
||||
|
||||
Reference in New Issue
Block a user