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

@@ -2,6 +2,7 @@ import string
import factory
from faker import Faker
from tests.integration.factories.models import Chat, User
faker = Faker("ru_RU")