SIGN IN SIGN UP
openai / openai-python UNCLAIMED

The official Python library for the OpenAI API

0 0 1 Python
2024-05-01 00:00:17 -04:00
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running lints"
2024-05-01 00:00:17 -04:00
rye run lint
echo "==> Making sure it imports"
rye run python -c 'import openai'