75 Commits

Author SHA1 Message Date
kagami
11420f7808 Add chatmark_example 2024-01-01 14:45:08 +08:00
kagami
08c001d5be Improve ID management for elements 2024-01-01 14:45:08 +08:00
kagami
7ffb03a857 Implement chatmark Form 2024-01-01 14:29:11 +08:00
kagami
9049046034 Implement chatmark widgets: button, checkbox, text editor, radio 2024-01-01 14:29:10 +08:00
kagami
d84aa2bd15 Init chatmark module 2024-01-01 14:29:10 +08:00
bobo.yang
c052625df2 Add Optional import to single_select.py and text_edit.py 2023-12-21 18:24:03 +08:00
bobo.yang
1f23fd4d86 Fix conditional statement in rpc_call function 2023-12-21 10:42:26 +08:00
bobo.yang
0336bca3b1 Add log_info function to ide_services.services.py 2023-12-20 21:13:05 +08:00
bobo.yang
ba647b967b Fix file path normalization in commit.py and handle API errors in openai.py 2023-12-20 19:14:36 +08:00
bobo.yang
d2aaa48630 Refactor ui_group function to format ui_message as
a chatmark form
2023-12-18 21:06:07 +08:00
bobo.yang
1e8cb3f6f6 Update ui_group function in group.py 2023-12-18 21:06:07 +08:00
bobo.yang
2cf1b0305b Refactor UI group function 2023-12-18 21:06:07 +08:00
bobo.yang
2b74ea0822 reformat 2023-12-18 21:06:07 +08:00
bobo.yang
63ca9b4140 Remove unnecessary print statement in
pipe_interaction function
2023-12-18 21:06:07 +08:00
bobo.yang
e2e0c6b93a add ide service and group ui 2023-12-18 21:06:07 +08:00
bobo.yang
4270dca50f reformat 2023-12-14 11:01:04 +08:00
bobo.yang
6afe1552fb update openai to 1.0 2023-12-14 10:36:24 +08:00
kagami
3f04295b46 Fix lint errors 2023-12-08 18:38:29 +08:00
kagami
82bee7a7de Fix format 2023-12-08 18:38:29 +08:00
bobo.yang
4092985e05 feat: Improve rpc_call error handling
- Updated rpc_call in ide_services to gracefully handle server errors
2023-12-08 11:13:17 +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
bobo.yang
f87a2f7f81 read service url from environ 2023-11-30 07:57:24 +08:00
bobo.yang
1dc2dfdba1 add ide service functions 2023-11-30 07:50:49 +08:00