mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
ffb4b0d162
* 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
199 B
Python
4 lines
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 |