Skip to content

Commit

Permalink
Merge branch 'xtekky:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 authored Nov 24, 2024
2 parents ed3df83 + 4744d0b commit 91eb438
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 91eb438

Please sign in to comment.