mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-28 11:07:24 +03:00
Fix build arm v7
This commit is contained in:
parent
f36e6a2e3b
commit
7f5e20bd1c
@ -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