IterListProvider support for generating images (#2441)

* IterListProvider support for generating images
* Add missing get_har_files import in Copilot
* Fix typo in dall-e-3 model name
* Add image client unittests
* Add MicrosoftDesigner provider
* Import MicrosoftDesigner and add it to the model list
This commit is contained in:
H Lohaus 2024-11-29 13:56:11 +01:00 committed by GitHub
parent 8d5d522c4e
commit 79c407b939
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 391 additions and 135 deletions

View file

@ -5,6 +5,7 @@ from .backend import *
from .main import *
from .model import *
from .client import *
from .image_client import *
from .include import *
from .retry_provider import *