Update You.py

This commit is contained in:
H Lohaus 2024-04-07 12:30:07 +02:00 committed by GitHub
parent 604daf0377
commit 70e942ad11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ class You(AsyncGeneratorProvider, ProviderModelMixin):
"claude-3-opus",
"claude-3-sonnet",
"gemini-pro",
"zephyr"
"zephyr",
"dall-e",
]
model_aliases = {
"claude-v2": "claude-2"