林义章
|
5d3f51b010
|
Merge branch 'dev_ldy' into 'dev'
Dev ldy
See merge request agents/data_agents_opt!3
|
2023-11-24 12:45:38 +00:00 |
|
lidanyang
|
c159260717
|
check_param_consistency
|
2023-11-24 18:56:15 +08:00 |
|
lidanyang
|
f19003b413
|
rename field to tool_field
|
2023-11-24 17:46:43 +08:00 |
|
lidanyang
|
fdc49775e6
|
reduce hierarchy of machine learning
|
2023-11-24 17:23:39 +08:00 |
|
lidanyang
|
142b04fa76
|
test tool register
|
2023-11-24 15:04:14 +08:00 |
|
lidanyang
|
a911f5649d
|
add feature engineering tools
|
2023-11-24 15:03:03 +08:00 |
|
lidanyang
|
b0e28838e4
|
add function register
|
2023-11-24 15:02:40 +08:00 |
|
lidanyang
|
bb8c39a312
|
init function tools and define tool schema
|
2023-11-24 15:01:52 +08:00 |
|
yzlin
|
a9b46579b4
|
Merge branch 'fix_write_code_pipeline' into dev
|
2023-11-24 14:23:12 +08:00 |
|
林义章
|
f0ada24e3d
|
Merge branch 'pipeline' into 'dev'
MLE Pipeline, WritePlan, WriteCodeByGenerate, ExecuteCode
See merge request agents/data_agents_opt!2
|
2023-11-24 06:14:38 +00:00 |
|
yzlin
|
fdef9c8547
|
add more components in pipeline
|
2023-11-24 14:05:11 +08:00 |
|
刘棒棒
|
8b171b5133
|
fix: write_code_function bug.
|
2023-11-24 12:37:20 +08:00 |
|
刘棒棒
|
bba3db5ffe
|
fix:
|
2023-11-24 12:27:17 +08:00 |
|
刘棒棒
|
824cc247b6
|
chore
|
2023-11-24 11:05:51 +08:00 |
|
yzlin
|
3d18dfe2b5
|
pipeline first version
|
2023-11-23 21:59:25 +08:00 |
|
刘棒棒
|
a0b13c8e0f
|
chore: change name.
|
2023-11-23 10:45:40 +08:00 |
|
刘棒棒
|
7b94c04f51
|
fix: return string in parse_outputs.
|
2023-11-22 20:36:51 +08:00 |
|
刘棒棒
|
d8ddf1fcb0
|
add new test for list plan.
|
2023-11-22 20:35:47 +08:00 |
|
刘棒棒
|
8a0a89e604
|
fix: fix bug about message.
|
2023-11-22 20:33:57 +08:00 |
|
刘棒棒
|
9f5108a464
|
chore: return plan by list.
|
2023-11-22 19:36:21 +08:00 |
|
刘棒棒
|
8ef05bb19f
|
chore: prompt support Message type.
|
2023-11-22 17:56:43 +08:00 |
|
better629
|
b17846401e
|
Merge pull request #498 from better629/feat_chatglm
fix zhipuapi's key to init openai api_key when using openai sdk
|
2023-11-21 19:38:22 +08:00 |
|
better629
|
322aef6f1d
|
fix zhipuapi's key to init openai api_key when using openai sdk
|
2023-11-21 19:24:57 +08:00 |
|
刘棒棒
|
fa400a0b0d
|
chore: rename WriteCode -> WriteCodeFunction.
|
2023-11-21 19:15:16 +08:00 |
|
刘棒棒
|
50f64ca934
|
doc: add rich.
|
2023-11-21 19:14:52 +08:00 |
|
刘棒棒
|
89f1dce936
|
feat: add actions: plan, write_code_function, pycode_executor.
|
2023-11-21 18:38:41 +08:00 |
|
garylin2099
|
f57355c889
|
Merge pull request #490 from orange-crow/feat_openai_ask_code_via_function
Feat openai ask code via function.
|
2023-11-21 17:59:35 +08:00 |
|
Sirui Hong
|
dfe9168509
|
Update llm.py
rm 'sk-' verification
|
2023-11-21 17:35:33 +08:00 |
|
刘棒棒
|
7a5c66b01e
|
chore: general_function_schema, general_tool_choice -> GENERAL_FUNCTION_SCHEMA, GENERAL_TOOL_CHOICE
|
2023-11-21 17:14:39 +08:00 |
|
刘棒棒
|
bec4bc0e83
|
chore: add comments for kwargs.
|
2023-11-21 17:01:03 +08:00 |
|
刘棒棒
|
45655a2a28
|
chore: add function signature to get_choice_function and get_choice_function_arguments.
|
2023-11-21 16:34:12 +08:00 |
|
Sirui Hong
|
9940022096
|
Merge pull request #492 from better629/feat_chatglm
Feat chatglm
|
2023-11-21 14:54:27 +08:00 |
|
better629
|
8124c1fdd6
|
Merge branch 'feat_chatglm' of github.com:better629/MetaGPT into feat_chatglm
|
2023-11-21 14:52:43 +08:00 |
|
better629
|
ded2044be7
|
rm useless func
|
2023-11-21 14:50:31 +08:00 |
|
better629
|
03de86958d
|
Merge branch 'main' into feat_chatglm
|
2023-11-21 14:45:51 +08:00 |
|
better629
|
9d1d8a9fe4
|
fix
|
2023-11-21 14:10:04 +08:00 |
|
刘棒棒
|
657571a192
|
feat: ask_code message support type list[str].
|
2023-11-21 12:01:28 +08:00 |
|
刘棒棒
|
4418fe8283
|
feat: ask_code message support type list[Message].
|
2023-11-21 11:40:15 +08:00 |
|
刘棒棒
|
66f647276e
|
Revert "chore: change name."
This reverts commit daf29c41af.
|
2023-11-21 11:19:43 +08:00 |
|
刘棒棒
|
fcc9bd6063
|
chore: openai -> openai>=0.28.0
|
2023-11-21 11:17:56 +08:00 |
|
刘棒棒
|
daf29c41af
|
chore: change name.
|
2023-11-21 11:17:33 +08:00 |
|
better629
|
5ad4845c2f
|
Merge pull request #494 from better629/readme
refactor readme to use online document links
|
2023-11-20 17:36:32 +08:00 |
|
better629
|
62cba95c7f
|
Merge branch 'main' into readme
|
2023-11-20 16:06:00 +08:00 |
|
better629
|
c212c94da3
|
fix
|
2023-11-20 15:37:44 +08:00 |
|
better629
|
fa6621a699
|
rm useless files
|
2023-11-20 15:15:09 +08:00 |
|
better629
|
920caa048a
|
change step order of pip-install
|
2023-11-20 15:11:55 +08:00 |
|
better629
|
33f0ca2aee
|
add optional for npm
|
2023-11-20 15:04:37 +08:00 |
|
better629
|
f8f938f333
|
fix config when open llm model hosts as openai interface
|
2023-11-20 14:46:31 +08:00 |
|
better629
|
33ddababff
|
update
|
2023-11-20 09:27:22 +08:00 |
|
better629
|
1b91e66e3a
|
update
|
2023-11-20 09:23:47 +08:00 |
|