Ai
1 Star 0 Fork 0

OpenFound/python-openai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
noxfile.py 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
weizhixiang 提交于 2025-05-12 10:06 +08:00 . init: Init from openfound
import nox
@nox.session(reuse_venv=True, name="test-pydantic-v1")
def test_pydantic_v1(session: nox.Session) -> None:
session.install("-r", "requirements-dev.lock")
session.install("pydantic<2")
session.run("pytest", "--showlocals", "--ignore=tests/functional", *session.posargs)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/foundos_1/python-openai.git
git@gitee.com:foundos_1/python-openai.git
foundos_1
python-openai
python-openai
master

搜索帮助