update gpt provider to latest changes (#17)

This commit is contained in:
Dmitry Afanasyev
2023-09-28 18:35:20 +03:00
committed by GitHub
parent 61f3a351e2
commit c8b5639944
20 changed files with 330 additions and 193 deletions

View File

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