Rankin Zheng
b398f65b73
Add useMst hook and yaml import to ChatMark
...
component
2023-12-04 17:13:26 +08:00
Rankin Zheng
a9c679ff14
Add userInput function to ChatStore
2023-12-04 14:32:30 +08:00
Rankin Zheng
57ec529614
Add state and event handlers for checkbox and
...
radio buttons in ChatMark component
2023-12-03 17:55:04 +08:00
Rankin Zheng
aefc6bc259
Update ChatMark component styling
2023-12-03 08:15:42 +08:00
Rankin Zheng
e62c9bf271
Refactor ChatMark component styling
2023-12-03 08:10:06 +08:00
Rankin Zheng
f49b16c8d4
Refactor ChatMark component styles
2023-12-03 07:55:38 +08:00
Rankin Zheng
db6faedcba
Fix theme override and font family typo
2023-12-03 07:47:49 +08:00
Rankin Zheng
af512ccaf0
Update ChatMark component to use Text instead of p
...
tag
2023-12-03 07:16:01 +08:00
Rankin Zheng
104dda4196
Enhance ChatMark component to render chat widgets in groups
...
- Added support for grouping radio buttons using the Group component from @mantine/core.
- Introduced conditional rendering for different types of markdown lines, including paragraphs.
- Applied custom styles to the Box component wrapping all widgets, controlling padding and margin.
2023-12-03 06:27:49 +08:00
Rankin Zheng
44e05c55eb
Add ChatMark component to render chat widgets
...
- Created a new component, ChatMark, to parse special markdown syntax and render widgets such as buttons, checkboxes, and radio buttons in chat.
- Included a new case in the MessageMarkdown component to handle the special 'ChatMark' tag by using the new ChatMark component.
2023-12-03 06:27:48 +08:00
Rankin Zheng
cdac17ff6d
Changed 'avatarType' property type to string
...
- Previously the 'avatarType' in MessageAvatar component accepted specific string values ('user', 'bot', or 'system').
- Updated it to accept any string to avoid TypeScript error when assigning a string that doesn't match the specific values.
2023-12-03 06:27:48 +08:00
boob.yang
6be66fdd69
Merge pull request #349 from devchat-ai/fix_no_commands_error
...
handle error without commands
2023-12-02 23:21:26 +08:00
bobo.yang
bc8ca49c14
handle error without commands
2023-12-02 23:20:07 +08:00
boob.yang
0241142c7a
Merge pull request #348 from devchat-ai/update_tools_1130_1
...
call llm with user config
2023-11-30 15:30:20 +08:00
bobo.yang
d114cc18f0
call llm with user config
2023-11-30 15:28:16 +08:00
boob.yang
81b5889efd
Merge pull request #347 from devchat-ai/fix_style_error
...
optimize start up for devchat-view
2023-11-30 13:58:03 +08:00
bobo.yang
b1af136111
optimize start up for devchat-view
2023-11-30 13:25:18 +08:00
boob.yang
d81c962960
Merge pull request #346 from devchat-ai/update_tools
...
update_tools
2023-11-30 08:49:58 +08:00
bobo.yang
7ece7e5094
update_tools
2023-11-30 08:47:30 +08:00
boob.yang
8a055e378f
Merge pull request #345 from devchat-ai/fix_workflow_requirements_path
...
check requirements.txt in workflows/sys
2023-11-30 08:18:25 +08:00
bobo.yang
7dac46b0be
first check workflow path
2023-11-30 08:13:26 +08:00
boob.yang
5eba10fe41
Merge pull request #344 from devchat-ai/call_command_in_devchat_core
...
Call command in devchat core
2023-11-30 08:06:52 +08:00
bobo.yang
f3f168c578
use dynamic port to listen
2023-11-30 08:00:15 +08:00
bobo.yang
dc1836510d
remove command and action extension
2023-11-29 23:34:15 +08:00
boob.yang
1e09a858a5
Merge pull request #343 from devchat-ai/install_command_python
...
clear Command python install functions
2023-11-23 14:07:42 +08:00
bobo.yang
40e6efef8a
clear Command python install functions
2023-11-23 13:02:02 +08:00
boob.yang
a571c6cc4c
Merge pull request #342 from devchat-ai/fix_command_output_parser
...
update Command output parser
2023-11-23 08:18:51 +08:00
bobo.yang
c39e51b401
update Command output parser
2023-11-23 08:11:10 +08:00
boob.yang
7a0ff47d12
Merge pull request #341 from devchat-ai/add_commit_command
...
Add commit command
2023-11-22 22:04:20 +08:00
bobo.yang
08b604cee3
update Command new variables
2023-11-22 22:00:01 +08:00
bobo.yang
bf8386c068
support workflow commands
2023-11-22 17:45:38 +08:00
bobo.yang
7dc8551ff4
update all model setting to config.yml
2023-11-22 17:44:46 +08:00
bobo.yang
44e786ecce
remove ask-code command
2023-11-22 17:43:27 +08:00
bobo.yang
fab647c26d
clear unused source lines and fix style warrning
2023-11-22 17:41:41 +08:00
boob.yang
9ec6a070a7
Merge pull request #340 from devchat-ai/update_devchat_package
...
update tools package
2023-11-15 15:55:17 +08:00
bobo.yang
4a5b593e70
update tools package
2023-11-15 15:50:29 +08:00
boob.yang
081c39b6d1
Merge pull request #339 from devchat-ai/support_gpt4_turbo
...
Support gpt4 turbo
2023-11-15 11:50:08 +08:00
bobo.yang
705db54231
support gpt-3.5-turbo-1106 model
2023-11-15 10:09:24 +08:00
bobo.yang
077aeec080
support gpt-4-turbo model
2023-11-14 17:29:54 +08:00
bobo.yang
407f5d46dd
output cost by /ask-code
2023-11-14 17:28:20 +08:00
boob.yang
d0e8a25c27
Merge pull request #338 from devchat-ai/disable_function_calling
...
disable function calling. Need fix it soon.
2023-11-03 18:57:58 +08:00
bobo.yang
1522af004d
disable function calling. Need fix it soon.
2023-11-03 18:53:09 +08:00
boob.yang
6e6cb32b89
Merge pull request #337 from devchat-ai/fix_base_url_error
...
fix base url error
2023-11-03 15:41:00 +08:00
bobo.yang
203cd69cc3
fix base url error
2023-11-03 15:38:07 +08:00
boob.yang
7a98cbf71c
Merge pull request #336 from devchat-ai/update_networkx_python3.8
...
fix devchat error for python 3.8
2023-11-03 15:14:41 +08:00
bobo.yang
4b2e11b565
fix devchat error for python 3.8
2023-11-03 15:12:58 +08:00
boob.yang
a23bd570ab
Merge pull request #335 from devchat-ai/pack_devchat_and_python
...
Pack devchat and python
2023-11-03 13:33:22 +08:00
bobo.yang
5a492284c7
checkout tools submodule in circleCI
2023-11-03 13:23:28 +08:00
bobo.yang
1ef82fa39b
remove vscode settings.json from git
2023-11-03 12:00:27 +08:00
bobo.yang
27dd38459a
update tools submodule commit
2023-11-03 11:58:36 +08:00