AI
OpenAI Cookbook (CHAT COMPLETIONS)
바이수
2024. 5. 24. 14:23
- 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
- ;
-끝-