mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
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:
parent
8d5d522c4e
commit
79c407b939
16 changed files with 391 additions and 135 deletions
|
|
@ -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 *
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue