mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
refactor model_handler
This commit is contained in:
parent
afe1410b37
commit
b686cf8b87
5 changed files with 300 additions and 127 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
|
||||
from app.commons.globals import handler_map
|
||||
from app.model_handler.function_calling import ChatMessage
|
||||
from app.model_handler.base_handler import ChatMessage
|
||||
from app.model_handler.guardrails import GuardRequest
|
||||
|
||||
from fastapi import FastAPI, Response, Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue