mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Small changes
This commit is contained in:
parent
ff365ff55c
commit
5ae71adbae
3 changed files with 3 additions and 6 deletions
|
|
@ -51,6 +51,7 @@ class ChatCompletionsConfig(BaseModel):
|
|||
modalities: Optional[list[str]] = None
|
||||
audio: Optional[dict] = None
|
||||
response_format: Optional[dict] = None
|
||||
extra_data: Optional[dict] = None
|
||||
|
||||
class ImageGenerationConfig(BaseModel):
|
||||
prompt: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue