openai/openai-python
Publicmirrored from https://github.com/openai/openai-pythonAvailable
.gitignore
12lines · modeblame
3c6d4cd6Greg Brockman5 years ago | 1 | *.egg-info |
6d5f5977Lilian Weng5 years ago | 2 | .idea |
62f8d40fMadeleine Thompson4 years ago | 3 | .python-version |
| 4 | /public/dist | |
| 5 | __pycache__ | |
| 6 | build | |
c93af95bSorin Suciu4 years ago | 7 | *.egg |
| 8 | .vscode/settings.json | |
02e4008dSorin Suciu4 years ago | 9 | .ipynb_checkpoints |
| 10 | .vscode/launch.json | |
95fa7d07Sorin Suciu4 years ago | 11 | examples/azure/training.jsonl |
| 12 | examples/azure/validation.jsonl |