Examples and guides for using the OpenAI API
openaichatgptgpt-4openai-api
주요 지표
스타 성장
스타
75.8k
포크
12.8k
주간 성장
+183
이슈
71
20k40k60k
2022년 6월2023년 2월2023년 11월2024년 7월2025년 4월2025년 12월2026년 9월
README
✨ Navigate at cookbook.openai.com
Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account here). Set an environment variable called OPENAI_API_KEY with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an .env file at the root of your repo containing OPENAI_API_KEY=<your API key>, which will be picked up by the notebooks.
Most code examples are written in Python, though the concepts can be applied in any language.
For other useful tools, guides and courses, check out these related resources from around the web.
License
MIT License
관련 저장소