Update image_models.py

pull/1794/head
H Lohaus 2 months ago committed by GitHub
parent 55869da442
commit 1b571592ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,9 @@
from .Provider.BingCreateImages import BingCreateImages
from .Provider.needs_auth import Gemini, OpenaiChat
from ..Provider.You import You
from .types import Client
class ImageModels():
gemini = Gemini
openai = OpenaiChat

Loading…
Cancel
Save