mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-26 04:33:35 +03:00
commit
4744d0b77d
@ -47,7 +47,7 @@ RUN python -m pip install --upgrade pip \
|
||||
--global-option=build_ext \
|
||||
--global-option=-j8 \
|
||||
pydantic==${PYDANTIC_VERSION} \
|
||||
&& pip install --no-cache-dir -r requirements-slim.txt \
|
||||
&& cat requirements.txt | xargs -n 1 pip install --no-cache-dir \
|
||||
# Remove build packages
|
||||
&& pip uninstall --yes \
|
||||
Cython \
|
||||
|
@ -88,7 +88,7 @@ class ProviderResponseModel(BaseModel):
|
||||
owned_by: Optional[str]
|
||||
url: Optional[str]
|
||||
label: Optional[str]
|
||||
⅞
|
||||
|
||||
class ProviderResponseModelDetail(ProviderResponseModel):
|
||||
models: list[str]
|
||||
image_models: list[str]
|
||||
|
Loading…
Reference in New Issue
Block a user