- CHAT COMPLETIONS
- https://cookbook.openai.com/examples/how_to_format_inputs_to_chatgpt_models
- https://cookbook.openai.com/examples/how_to_stream_completions
- https://cookbook.openai.com/examples/reproducible_outputs_with_the_seed_parameter
- https://cookbook.openai.com/examples/using_logprobs
- 기본적인 chat 및 stream 처리
-
# TODO : 각 chunk 를 append 하면서... 어느정도(?) 갖추어지면, flush 하는 방법 # - 첫 문장은 짧은것이 반응성 측면에서 좋음. # - ...
- ...
- https://cookbook.openai.com/articles/techniques_to_improve_reliability
- https://cookbook.openai.com/examples/unit_test_writing_using_a_multi-step_prompt
- https://cookbook.openai.com/examples/unit_test_writing_using_a_multi-step_prompt_with_older_completions_api
- 프롬프트 엔지니어링 핵심화 (논문 ㄷㄷㄷ)
- ...
- https://cookbook.openai.com/examples/entity_extraction_for_long_documents
- https://cookbook.openai.com/examples/summarizing_long_documents
- 문서 처리
- ;
- Assistants
- Fine-tuning
- ;
-끝-
'AI' 카테고리의 다른 글
OpenAI Cookbook (0) | 2024.05.25 |
---|---|
OpenAI Doc2 (0) | 2024.05.25 |
OpenAI API & Lib (0) | 2024.05.24 |
OpenAI Docs (0) | 2023.01.29 |
Hugging Face (0) | 2022.09.10 |