mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
* Improve download of generated images, serve images in the api Add support for conversation handling in the api * Add orginal prompt to image response * Add download images option in gui, fix loading model list in Airforce * Add download images option in gui, fix loading model list in Airforce
4 lines
No EOL
199 B
Python
4 lines
No EOL
199 B
Python
from ..providers.base_provider import *
|
|
from ..providers.types import Streaming
|
|
from ..providers.response import BaseConversation, Sources, FinishReason
|
|
from .helper import get_cookies, format_prompt |