garylin2099
c38969e5f4
Merge pull request #875 from garylin2099/ci_dev
...
format
2024-02-08 00:22:40 +08:00
yzlin
8e6d722b8f
format
2024-02-08 00:17:31 +08:00
garylin2099
a570c81ccf
Merge branch 'main' into code_interpreter
2024-02-08 00:14:24 +08:00
yzlin
d2f10ea90c
add ocr example, modify email example
2024-02-08 00:05:00 +08:00
garylin2099
21f974de5d
Merge pull request #851 from orange-crow/add_parse_arguments_for_openai
...
feat: add parse arguments for openai tool_calls.
2024-02-07 22:52:36 +08:00
better629
82557dfe81
Merge branch 'main' into feat_qianfan
2024-02-07 19:04:09 +08:00
better629
997e25e97d
simplify provider ut code
2024-02-07 18:42:22 +08:00
better629
d3f6e38e8a
add qianfan ut code and update xx_llm from xx_gpt
2024-02-07 18:32:32 +08:00
shenchucheng
d94f4fbfbc
fix research bugs
2024-02-07 17:44:36 +08:00
better629
dc240a2efd
simplify provider ut code
2024-02-07 17:40:27 +08:00
Zhou Tuo
3369c9e536
modify by comment
2024-02-07 08:59:32 +00:00
Zhou Tuo
4a991b4cd4
add email_login unit test
2024-02-07 07:59:54 +00:00
geekan
f8531e6c03
Merge pull request #861 from better629/dev
...
Feat re-commit zhipu-api due to merge mistake
2024-02-07 11:49:00 +08:00
geekan
e4663197e1
Merge pull request #856 from garylin2099/skip_tests
...
Skip two individual tests
2024-02-07 11:46:44 +08:00
better629
431b60aba4
Merge branch 'geekan:dev' into dev
2024-02-07 10:43:32 +08:00
better629
6f31289e7e
re-commit zhipu-api due to merge mistake
2024-02-07 10:02:15 +08:00
yzlin
ea6c440294
add ut to check code saving
2024-02-06 23:57:39 +08:00
yzlin
78989b0eb7
skip two individual tests
2024-02-06 23:37:24 +08:00
刘棒棒
8537e3b436
feat: add parse arguments for openai tool_calls.
2024-02-06 17:09:04 +08:00
yzlin
beda29bc27
add async fn type to tool schema
2024-02-06 16:06:34 +08:00
yzlin
5abc5c3812
add async fn type to tool schema
2024-02-06 15:49:14 +08:00
garylin2099
cb402b7b17
Merge pull request #846 from garylin2099/ci_dev
...
fix save code
2024-02-06 14:19:53 +08:00
yzlin
0fe854fa7f
fix save code
2024-02-06 14:13:02 +08:00
mannaandpoem
675b96b0f5
remove attribute openai_vision_model and vision_max_tokens and method test_generate_webpages_with_style_and_script
2024-02-06 09:07:29 +08:00
mannaandpoem
5abde78767
remove get_result method and improve gpt_v_generator.py and test_gpt_v_generator.py.
2024-02-05 21:54:09 +08:00
mannaandpoem
6015c16618
remove get_result method and improve gpt_v_generator.py and test_gpt_v_generator.py.
2024-02-05 21:48:59 +08:00
geekan
23c27627ce
Merge pull request #736 from garylin2099/code_intepreter
...
Integrate CodeIntepreter
2024-02-05 20:46:37 +08:00
yzlin
402704379c
improve details
2024-02-05 16:32:41 +08:00
yzlin
748aabce70
add future; rename writecodebygenerate tools
2024-02-05 12:00:18 +08:00
yzlin
20393e9d7a
rename tool type
2024-02-05 11:38:07 +08:00
yzlin
ca6749b5f1
Merge branch 'del-_parse_arguments-in-openai_api.py' into code_intepreter
2024-02-04 23:41:39 +08:00
yzlin
4cfee3ba27
rm code steps, mv planner, mv ci mle
2024-02-04 23:23:18 +08:00
yzlin
321a4c0d75
rm redundant function and docstring in libs
2024-02-04 20:25:49 +08:00
刘棒棒
b4d032c8bf
chore.
2024-02-04 18:22:33 +08:00
刘棒棒
4b912cc527
update test.
2024-02-04 18:07:43 +08:00
yzlin
b7d0379fae
rm experimental code
2024-02-04 13:10:43 +08:00
yzlin
24d2c5c8e6
isolate codes to be restructured in the future
2024-02-04 10:45:02 +08:00
better629
f2dbb51094
update code due to failed unittests
2024-02-03 13:33:02 +08:00
yzlin
891e35b92f
Merge branch 'dev' into code_intepreter
2024-02-02 20:45:45 +08:00
林义章
a74afd6b16
Merge branch 'ci_debugcode_modify' into 'code_intepreter'
...
1. merge run and run_reflection; 2. remove useless code
See merge request agents/data_agents_opt!74
2024-02-02 12:18:59 +00:00
yzlin
3894334b52
Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter
2024-02-02 18:52:45 +08:00
stellahsr
c9f6b7cc8d
1. merge run and run_reflection; 2. remove useless code
2024-02-02 18:48:23 +08:00
刘棒棒
188f7aa033
Remove unused code.
2024-02-02 18:07:58 +08:00
yzlin
1da50f1825
remove ToolTypesEnum
2024-02-02 17:57:49 +08:00
刘棒棒
f605fc4617
Add type annotations, describe function return values, and remove unused code
...
Summary of Changes:
- Added type annotations for improved code clarity
- Describe function return values for better documentation
- Removed unused functions and variables to declutter the code
Related to: #736
2024-02-02 15:49:40 +08:00
geekan
6d60d3210a
Merge pull request #825 from mannaandpoem/dev_compatible_with_windows_path
...
fixbug: compatible with windows path
2024-02-02 15:49:13 +08:00
mannaandpoem
5edee1299c
compatible with windows path
2024-02-02 15:37:00 +08:00
mannaandpoem
dcb0623d46
1. Dev compatible with windows path
...
2. add @pytest.mark.skip
2024-02-02 14:59:16 +08:00
geekan
119bc0d89a
Merge pull request #809 from better629/feat_new_env
...
Feat env-refactor
2024-02-02 14:31:37 +08:00
geekan
ec97645eb4
Merge pull request #820 from shenchucheng/feature-remove-config
...
Feature remove global config in the search/browser engine
2024-02-02 14:01:44 +08:00