yao/openai
Max 96f4b5e55a Add support for reasoning content and thinking state in OpenAI streaming
- Implemented handling of reasoning_content in OpenAI message parsing
- Added support for tracking thinking state with `<think>` tags
- Updated message generation to handle delta messages and thinking states
- Modified OpenAI API to support flexible base URL configuration
- Enhanced token scanning and message processing for reasoning content
2025-02-05 16:55:09 +08:00
..
openai.go Add support for reasoning content and thinking state in OpenAI streaming 2025-02-05 16:55:09 +08:00
openai_test.go [add] neo (50%) 2023-04-29 16:48:37 +08:00
process.go [add] openai process 2023-05-12 22:11:31 +08:00
process_test.go [add] openai process 2023-05-12 22:11:31 +08:00
types.go Add support for reasoning content and thinking state in OpenAI streaming 2025-02-05 16:55:09 +08:00