[ trixie ]
[ sid ]
[ 源代码: python-openai ]
软件包:python3-openai(1.59.6-1)
python3-openai 的相关链接
Debian 的资源:
下载源码包 python-openai:
- [python-openai_1.59.6-1.dsc]
- [python-openai_1.59.6.orig.tar.xz]
- [python-openai_1.59.6-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
OpenAI Python API library
The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.7+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.
其他与 python3-openai 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-anyio
- Asynchronous compatibility layer (Python 3)
-
- dep: python3-distro
- Linux 操作系统平台信息 API
-
- dep: python3-httpx
- next generation HTTP client
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting
-
- dep: python3-sniffio
- detect which async Python library is in use (Python3 version)
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python