{"id":21448606,"url":"https://github.com/teddylee777/openai-api-kr","last_synced_at":"2025-06-17T16:38:55.819Z","repository":{"id":222266315,"uuid":"756196592","full_name":"teddylee777/openai-api-kr","owner":"teddylee777","description":"OpenAI 공식 Document, Cookbook, 그 밖의 실용 예제를 바탕으로 작성한 한국어 튜토리얼입니다.  본 튜토리얼을 통해 Python OpenAI API 를 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다.","archived":false,"fork":false,"pushed_at":"2024-05-17T14:05:28.000Z","size":41058,"stargazers_count":19,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-18T15:01:32.771Z","etag":null,"topics":["assistant-api","assistant-chat-bots","assistants-api","gpt-3","gpt-4-turbo","llm","openai","openai-api","openai-chatgpt","openai-code-interpreter","openai-functions","openai-python","openai-whisper","retrieval","retrieval-augmented-generation"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddylee777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-12T07:02:36.000Z","updated_at":"2024-05-18T15:01:32.771Z","dependencies_parsed_at":"2024-02-20T06:34:54.955Z","dependency_job_id":null,"html_url":"https://github.com/teddylee777/openai-api-kr","commit_stats":null,"previous_names":["teddylee777/openai-api-kr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddylee777%2Fopenai-api-kr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddylee777%2Fopenai-api-kr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddylee777%2Fopenai-api-kr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddylee777%2Fopenai-api-kr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddylee777","download_url":"https://codeload.github.com/teddylee777/openai-api-kr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225994701,"owners_count":17556830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assistant-api","assistant-chat-bots","assistants-api","gpt-3","gpt-4-turbo","llm","openai","openai-api","openai-chatgpt","openai-code-interpreter","openai-functions","openai-python","openai-whisper","retrieval","retrieval-augmented-generation"],"created_at":"2024-11-23T03:15:59.664Z","updated_at":"2024-11-23T03:16:00.202Z","avatar_url":"https://github.com/teddylee777.png","language":"Jupyter Notebook","readme":"# 📘 OpenAI API 한국어 튜토리얼\n\n🌟  **OpenAI 공식 Document, Cookbook, 그 밖의 실용 예제**를 바탕으로 작성한 한국어 튜토리얼입니다. \n\n본 튜토리얼을 통해 Python OpenAI API 를 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다.\n\n공개된 [LangChain 한국어 튜토리얼](https://github.com/teddylee777/langchain-kr) 도 있으니, 같이 살펴 보시면 좋습니다.\n\n## YouTube 튜토리얼\n\n아래의 영상을 시청하시면서 따라서 진행하세요.\n\n[![강의 영상](https://img.youtube.com/vi/VmB_bSa8Jf4/0.jpg)](https://youtu.be/VmB_bSa8Jf4)\n\n## 📁 추가 실습파일 목록\n\n- [SPRi AI Brief 인공지능 산업의 최신 동향 2023년 12월호](https://spri.kr/posts/view/23669)\n\n- [The DALL·E Prompt Book](https://dallery.gallery/wp-content/uploads/2022/07/The-DALL%C2%B7E-2-prompt-book-v1.02.pdf)\n\n- [논문 - Language Models are Unsupervised Multitask Learners](https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf)\n\n  \n\n## ✏️ 블로그 글 목록\n\n### General\n\n- [OpenAI API 모델 리스트 / 요금표](https://teddylee777.github.io/openai/openai-models/)\n\n### OpenAI Python API\n\n- [OpenAI Python API 키 발급방법, 요금체계](https://teddylee777.github.io/openai/openai-api-key/)\n- [채팅(chat) 함수 사용하기(1)](https://teddylee777.github.io/openai/openai-api-tutorial-01/)\n- [DALL·E를 사용하여 이미지 생성, 수정, 다양화하기(2)](https://teddylee777.github.io/openai/openai-api-tutorial-02/)\n- [Whisper API를 사용하여 TTS, STT 구현하기(3)](https://teddylee777.github.io/openai/openai-api-tutorial-03/)\n\n## 🎬 YouTube\n- [OpenAI 의 새로운 기능 Assistant API 완벽히 이해해보기](https://youtu.be/-Wne4a-8RlY)\n- [OpenAI 의 새로운 기능 Assistant API 3가지 도구 활용법](https://youtu.be/BMW1NJkL7Ks)\n\n\n## 📜 라이선스\n\n본 프로젝트는 [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)에 따라 라이선스가 부여됩니다.\n\n### 🚫 라이선스 고지\n\n🔒 본 내용의 저작권은 2024년 [테디노트](https://teddylee777.github.io)에 있습니다. 모든 권리는 저작권자에게 있으며, teddylee777@gmail.com 으로 문의할 수 있습니다.\n\n본 내용의 무단 전재 및 재배포를 금지합니다. 본 내용의 전체 혹은 일부를 인용할 경우, 출처를 명확히 밝혀주시기 바랍니다.\n\n본 문서는 다른 문서의 내용을 참고하여 작성되었을 수 있습니다. 참고 자료는 본 문서 하단의 출처 목록에서 확인하실 수 있습니다.\n\n## 📚 출처\n\n- [OpenAI Cookbook](https://cookbook.openai.com/) 📖\n- [OpenAI API Reference](https://platform.openai.com/docs/introduction) 🤖\n\n## 🌐 추가 자료\n\n- **유튜브 채널**: [YouTube 테디노트](https://www.youtube.com/channel/UCt2wAAXgm87ACiQnDHQEW6Q) 🎥\n- **블로그**: [테디노트](https://teddylee777.github.io) 📝\n- **Playground**: [OpenAI Playground](https://platform.openai.com/playground)\n\n## 💡 컨트리뷰션\n\n본 튜토리얼에 기여하고자 하는 분들은 언제든지 풀 리퀘스트를 보내주시거나, 이슈를 등록하여 의견을 공유해 주시기 바랍니다. 모든 기여는 본 프로젝트의 발전에 큰 도움이 됩니다. 💖\n\n\u003cbr/\u003e\n\n\u003cp\u003e\u003ca href=\"https://www.buymeacoffee.com/teddylee777\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"teddylee777\" /\u003e\u003c/a\u003e\u003c/p\u003e\n","funding_links":["https://www.buymeacoffee.com/teddylee777"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddylee777%2Fopenai-api-kr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddylee777%2Fopenai-api-kr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddylee777%2Fopenai-api-kr/lists"}