kagami
82bee7a7de
Fix format
2023-12-08 18:38:29 +08:00
bobo.yang
c58ef78d52
refactor: Update response format and enhance documentation
...
- Updated the response format to include file paths in filename keys
- Added docstrings to chat_completion functions for better clarity
2023-12-08 11:08:36 +08:00
bobo.yang
169d02007e
refactor: Update LLM configs and add markdown flag removal
...
- Updated model version in various LLM configs to 'gpt-3.5-turbo-1106'
- Added '_try_remove_markdown_block_flag' function in openai.py
2023-12-08 10:55:48 +08:00
bobo.yang
f3d867623c
feat: Integrate LLM API and UI utility functions
...
- Added new LLM API functions for non-streaming chat completions
- Introduced UI utility functions for input/output interaction
- Implemented multi-select and single-select UI components
2023-12-08 10:37:32 +08:00