change chat gpt provider (#12)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 19:15:13 +03:00
committed by GitHub
parent 665bb51c0c
commit d6afab4ee4
145 changed files with 6146 additions and 7652 deletions

View File

@@ -1,10 +1,9 @@
from fastapi import APIRouter, Request
from settings.config import get_settings
from settings.config import settings
from starlette import status
from starlette.responses import Response
router = APIRouter()
settings = get_settings()
@router.post(