Commit graph

1282 commits

Author SHA1 Message Date
莘权 马
c61a3d2a99 feat: +unit test 2023-12-28 16:57:40 +08:00
莘权 马
1f3fcdb2dc Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-28 12:04:30 +08:00
莘权 马
16f0a0fd06 feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 11:58:13 +08:00
geekan
c8b87e28b9
Merge pull request #640 from better629/feat_fixllm
Feat fixllm client kwargs
2023-12-28 10:48:10 +08:00
莘权 马
6c95f2d21a feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 10:05:14 +08:00
better629
1f9234eee8 fix client_kwargs due to previous PR delete sync client 2023-12-28 09:34:51 +08:00
莘权 马
0adabfe53f feat: +unit test
fixbug: PYTHONPATH

fixbug: unit test
2023-12-27 21:47:48 +08:00
莘权 马
1df853158b feat: merge geekan:dev 2023-12-26 22:29:19 +08:00
geekan
d244c648ca
Merge pull request #633 from Stitch-z/update-unit-test
Update: improve the unit testing of technical tutorial assistants and OCR assistants.
2023-12-26 22:19:16 +08:00
geekan
5c7cdf5ee7 merge main 2023-12-26 22:17:15 +08:00
geekan
4645ffbc57 remove oi and clone_function 2023-12-26 22:11:01 +08:00
莘权 马
f3f19811a0 feat: +unit test 2023-12-26 22:06:17 +08:00
geekan
9531dbf3ff fix bug in test 2023-12-26 19:19:32 +08:00
莘权 马
dce4696f17 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-26 19:13:13 +08:00
莘权 马
6512f40ddd feat: +unit test 2023-12-26 19:11:27 +08:00
geekan
0435b1321f refine code 2023-12-26 17:54:52 +08:00
geekan
ba8bf01870 remove code 2023-12-26 16:39:19 +08:00
geekan
4007fc87d6 remove sync api in openai 2023-12-26 16:33:15 +08:00
Stitch-z
bf0f6bd272
Merge branch 'dev' into update-unit-test 2023-12-26 16:11:31 +08:00
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +08:00
geekan
e15de55368 refactor openai api and brain memory 2023-12-26 15:09:37 +08:00
geekan
8351c8ec35 remove generator para in acompletion_text 2023-12-26 14:31:26 +08:00
Stitch-z
6432ed6e60 Update: improve the unit testing of tutorial assistants and OCR assistants. 2023-12-26 13:47:04 +08:00
莘权 马
6a16900953 fixbug: config.yaml
feat: +tests
2023-12-26 11:49:51 +08:00
geekan
25de7f9a74 fix conflicts 2023-12-26 01:40:53 +08:00
geekan
d300acbac8 fix all conflicts. 2023-12-26 01:39:16 +08:00
shenchucheng
b766550a4f update log_llm_stream in log_llm_stream.py/ollama_api.py 2023-12-26 01:05:47 +08:00
shenchucheng
1f311aa408 not call LLM in global 2023-12-26 01:05:47 +08:00
shenchucheng
0eef8a8607 add llm stream log 2023-12-26 01:05:44 +08:00
shenchucheng
7671935741 Lazy Loading WEB_BROWSER_ENGINE 2023-12-26 01:01:31 +08:00
shenchucheng
118ab8ac82 add options to disable llm provider check 2023-12-26 01:01:24 +08:00
xiaofenggang
a87b5056d7 [Bugfix] Set openai proxy for class ZhiPuAPTAPI
When using ZHIPUAI as the large model provider, it is not possible to access ZHIPUAI in an HTTP proxy environment, and the following error will be reported:
openai.error.APIConnectionError: Error communicating with OpenAI

So we need set proxy for class ZhiPuAPTAPI.
2023-12-25 16:15:52 +00:00
geekan
59586f30d6
Merge pull request #628 from iorisa/fixbug/role/assistant
fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction
2023-12-25 23:14:21 +08:00
geekan
d577597ede refine code 2023-12-25 23:13:25 +08:00
geekan
a903cfa8ef fix code bugs 2023-12-25 23:13:25 +08:00
geekan
bd1014e19a add sales test 2023-12-25 23:13:25 +08:00
geekan
9f653ea60b tuning example and config 2023-12-25 23:13:25 +08:00
莘权 马
ef1bc01c99 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-25 22:39:17 +08:00
莘权 马
0fdb552468 fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction 2023-12-25 22:39:03 +08:00
geekan
f93ccaf0d1
Merge pull request #625 from better629/feat_devut
Feat update unittest of provider/examples
2023-12-25 19:10:52 +08:00
better629
454e6164fb update provider unittests 2023-12-25 18:00:51 +08:00
geekan
8a5f8b7ee0 add #TOTEST flag 2023-12-25 18:00:49 +08:00
geekan
fa70a70f53 add json mock 2023-12-25 18:00:48 +08:00
geekan
4f52b47610
Merge pull request #623 from femto/fix_sk_agent
fix sk agent
2023-12-25 17:53:44 +08:00
femto
90bbf72ae8 fix sk agent 2023-12-25 17:35:13 +08:00
shenchucheng
b113aa246f update log_llm_stream in log_llm_stream.py/ollama_api.py 2023-12-25 17:22:30 +08:00
莘权 马
fe1d60f111 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-25 16:15:04 +08:00
莘权 马
e162fd36fc fixbug: 修改Teacher role相关结构 2023-12-25 16:14:50 +08:00
geekan
331958a63c
Merge pull request #617 from iorisa/fixbug/geekan/dev_recover
fixbug: 基于全memory数据存储的流程异常恢复
2023-12-25 15:22:43 +08:00
better629
6a65639cd7 update ltm unittest 2023-12-25 14:38:20 +08:00