Package Details: litellm 1.63.11-1

Git Clone URL: https://aur.archlinux.org/litellm.git (read-only, click to copy)
Package Base: litellm
Description: Call all LLM APIs using the OpenAI format
Upstream URL: https://pypi.org/project/litellm/
Keywords: api llm openai python
Licenses: MIT
Submitter: shtrophic
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 2
Popularity: 0.003033
First Submitted: 2023-10-08 15:07 (UTC)
Last Updated: 2025-03-23 22:34 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

carsme commented on 2024-02-10 14:10 (UTC)

Hey, python-setuptools is a missing dependency. Detected in the downstream package shell-gpt:

_____________________ ERROR collecting tests/test_shell.py _____________________
ImportError while importing test module '/build/shell-gpt/src/shell_gpt-1.3.0/tests/test_shell.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_shell.py:8: in <module>
    from .utils import app, cmd_args, comp_args, mock_comp, runner
tests/utils.py:4: in <module>
    from litellm import completion as completion
/usr/lib/python3.11/site-packages/litellm/__init__.py:510: in <module>
    from .utils import (
/usr/lib/python3.11/site-packages/litellm/utils.py:32: in <module>
    import pkg_resources
E   ModuleNotFoundError: No module named 'pkg_resources'

dnim commented on 2024-01-25 03:24 (UTC)

I set the package optdepends accordingly.

fastapi/gunicorn/uvicorn depends were also moved to litellm-ollama.

lumnn commented on 2024-01-18 15:37 (UTC)

Hi there I believe 2 packages are missing from dependencies. Without them server wont start for me. (not sure though whether it's this package or litellm-ollama related?)

  • python-orjson
  • uvicorn