blob: aef7e54ac81f3674a30b7069a3e7e2bb18399719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = litellm
pkgdesc = Call all LLM APIs using the OpenAI format
pkgver = 1.51.3
pkgrel = 1
url = https://pypi.org/project/litellm/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = gunicorn
depends = uvicorn
depends = python
depends = python-aiohttp
depends = python-argon2_cffi
depends = python-backoff
depends = python-click
depends = python-dotenv
depends = python-fastapi
depends = python-importlib-metadata
depends = python-jinja
depends = python-openai
depends = python-orjson
depends = python-pyjwt
depends = python-python-multipart
depends = python-requests
depends = python-setuptools
depends = python-tiktoken
depends = python-tokenizers
optdepends = uvicorn: ASGI server for asyncio
optdepends = gunicorn: WSGI HTTP Server
optdepends = python-fastapi: Framework for building APIs
optdepends = python-backoff: Backoff strategies for retrying operations
optdepends = python-yaml: YAML parser and emitter
optdepends = python-rq: Simple job queues for Python
optdepends = python-orjson: Fast JSON parser and serializer
optdepends = python-apscheduler: Task scheduler
optdepends = python-streamlit: App framework for Machine Learning and Data Science
optdepends = ollama: Serve local ollama models
options = !strip
source = https://files.pythonhosted.org/packages/source/l/litellm/litellm-1.51.3.tar.gz
b2sums = 6798d707fc54c4f0d7449926ce268ced317b4af1e60e7247f12a4c1d3b7e1e75433a3c380fcacf188e326f58423c36f1411d806e071c46b61e101734ee76c195
pkgname = litellm
|