Skip to content

Commit

Permalink
Merge pull request xtekky#2412 from xtekky/arm
Browse files Browse the repository at this point in the history
Fix build arm v7
  • Loading branch information
hlohaus authored Nov 24, 2024
2 parents f36e6a2 + 7f5e20b commit 4744d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion g4f/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4744d0b

Please sign in to comment.