Commit graph

326 commits

Author SHA1 Message Date
geekan
5c7cdf5ee7 merge main 2023-12-26 22:17:15 +08:00
geekan
ec13823578 uncomment ocr related code 2023-12-26 22:13:48 +08:00
geekan
4645ffbc57 remove oi and clone_function 2023-12-26 22:11:01 +08:00
better629
e86af605f5
Merge pull request #636 from Justin-ZL/main
update:tools/moderation unittest,only async
2023-12-26 19:56:41 +08:00
geekan
029884590f comment interpreter & ocr files for test 2023-12-26 19:53:21 +08:00
zhanglei
1d3f4a77f9 update:tools/moderation unittest,only async 2023-12-26 19:47:17 +08:00
geekan
9531dbf3ff fix bug in test 2023-12-26 19:19:32 +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
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +08:00
geekan
38f1c4f63b implement test_project_management.py 2023-12-26 14:11:28 +08:00
geekan
fb90975241 fix test design api bug 2023-12-26 13:44:11 +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
bd1014e19a add sales test 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
刘棒棒
2b57b88ec8 add test for run_function_script. 2023-12-25 18:25:41 +08:00
better629
454e6164fb update provider unittests 2023-12-25 18:00:51 +08:00
geekan
a41ed7df66 refine test code 2023-12-25 18:00:49 +08:00
geekan
fa70a70f53 add json mock 2023-12-25 18:00:48 +08:00
莘权 马
6261251279 feat: remove examples/write_teaching_plan.py 2023-12-25 16:31:11 +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
44eec631ea update MemoryStorage unittest 2023-12-25 14:47:42 +08:00
better629
6a65639cd7 update ltm unittest 2023-12-25 14:38:20 +08:00
better629
94a0699ec4 add memory unittest 2023-12-25 13:50:47 +08:00
莘权 马
29bbe5752d fixbug: WriteTest failed 2023-12-25 13:18:45 +08:00
莘权 马
780caf011d fixbug: 基于全memory数据存储的流程异常恢复 2023-12-25 12:42:23 +08:00
better629
7e0c62a7a9 update fireworks/open_llm api due to new openai sdk 2023-12-24 15:34:32 +08:00
geekan
e043694461 add test 2023-12-23 19:49:09 +08:00
geekan
f136e7bd3d add test case for action node 2023-12-23 19:49:08 +08:00
geekan
2502dd3651 fix conflict 2023-12-23 19:48:01 +08:00
better629
0d1c0f89cc fix 2023-12-23 19:39:16 +08:00
better629
dc2a87ce12 fix invoice_ocr 2023-12-23 19:39:16 +08:00
geekan
c7f47e80ad add test 2023-12-23 19:35:07 +08:00
莘权 马
a90f52d4b6 fixbug: Fix the confusion caused by the merging of _client, client, and async_client in the openai_api.py;Split Azure LLM and MetaGPT LLM from OpenAI LLM to reduce the number of variables defined in the Config class for compatibility. 2023-12-23 18:07:42 +08:00
geekan
6624819feb add test case for action node 2023-12-23 17:38:47 +08:00
better629
19d33110bf
Merge branch 'main' into feat_basemodel 2023-12-22 22:33:06 +08:00
better629
571063069e fix 2023-12-22 22:22:01 +08:00
better629
a1e1eb8307 fix invoice_ocr 2023-12-22 20:25:19 +08:00
莘权 马
5d97a20e08 fixbug: OpenAIGPTAPI:_achat_completion_stream 2023-12-22 17:43:59 +08:00
莘权 马
9a1909bb95 feat: merge geekan:main 2023-12-22 16:40:04 +08:00
better629
4b0cb0084a add ollama support 2023-12-22 02:20:43 +08:00
better629
64c5673d6a support Message() without content param 2023-12-21 17:27:09 +08:00
geekan
a4843cd974
Merge pull request #595 from better629/feat_gemini
Feat gemini
2023-12-21 15:10:40 +08:00