Commit graph

1336 commits

Author SHA1 Message Date
geekan
b70cd88af2
Merge pull request #630 from springasa/main
[Bugfix] Set openai proxy for class ZhiPuAPTAPI
2023-12-26 22:12:51 +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
4f52b47610
Merge pull request #623 from femto/fix_sk_agent
fix sk agent
2023-12-25 17:53:44 +08:00
geekan
6ba1a897c1
Merge pull request #621 from shenchucheng/feature-huggingface
Enables MetaGPT to be used as a dependency for web applications, such as https://huggingface.co/spaces/deepwisdom/MetaGPT.
2023-12-25 17:51:49 +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
shenchucheng
ddc0d3faa4 not call LLM in global 2023-12-24 03:52:29 +08:00
shenchucheng
b4552938e6 add llm stream log 2023-12-23 22:45:20 +08:00
shenchucheng
011ae46c09 Lazy Loading WEB_BROWSER_ENGINE 2023-12-23 21:58:54 +08:00
shenchucheng
4b120a932f add options to disable llm provider check 2023-12-23 21:56:19 +08:00
geekan
c7f47e80ad add test 2023-12-23 19:35:07 +08:00
geekan
6624819feb add test case for action node 2023-12-23 17:38:47 +08:00
geekan
336350eba9 refine code 2023-12-23 02:41:55 +08:00
geekan
3feee73492 refine debate example 2023-12-23 02:41:55 +08:00
geekan
41a174399e
Merge pull request #606 from better629/feat_basemodel
Feat add basemodel of other roles/actions and fix examples
2023-12-22 22:59:58 +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
67a325b05d fix invoice_ocr 2023-12-22 21:06:44 +08:00
better629
3e74b58909 fix invoice_ocr 2023-12-22 20:44:40 +08:00
better629
a1e1eb8307 fix invoice_ocr 2023-12-22 20:25:19 +08:00
geekan
f1d4624739
Merge pull request #603 from better629/feat_ollama
feat: add ollama api support
2023-12-22 19:15:35 +08:00
geekan
25eeb6c277
Merge pull request #602 from eltociear/patch-1
Update README.md
2023-12-22 19:14:38 +08:00
better629
da1e0b8792 fix invoice_ocr_assistant 2023-12-22 17:59:06 +08:00
geekan
6bae6f7160
Merge pull request #605 from seehi/feature-upgrade-langchain
Upgrade langchain to support new openai
2023-12-22 17:56:47 +08:00
geekan
6cd083a2b7 tuning performance 2023-12-22 17:48:54 +08:00
better629
b6eb776190 update sk AzureChatCompletion from base_url to endpoint 2023-12-22 17:43:10 +08:00
geekan
058252c636 fix bugs and make it perform better 2023-12-22 17:15:36 +08:00
seehi
bf4ef46a76 typing of store 2023-12-22 16:52:30 +08:00
better629
a6346c7bce update 2023-12-22 16:35:59 +08:00
better629
7816488445 update examples 2023-12-22 16:25:06 +08:00
seehi
3b066b36cc upgrade langchain and simplify faiss load/save 2023-12-22 15:57:55 +08:00
seehi
322ac4aa40 upgrade langchain and simplify faiss load/save 2023-12-22 15:17:59 +08:00
better629
19c16bf9f1 fix 2023-12-22 13:55:23 +08:00
better629
2a0922ba26 add non-software role/action BaseModel 2023-12-22 13:47:44 +08:00
geekan
49377c9db0 add simplest debate example 2023-12-22 13:05:27 +08:00
geekan
dd57c45bbe add debate_simple 2023-12-22 10:28:41 +08:00
better629
40d3cc5f81 format general_api_requestor params type 2023-12-22 09:51:26 +08:00
better629
4b0cb0084a add ollama support 2023-12-22 02:20:43 +08:00
Ikko Eltociear Ashimine
37f2c825f7
Update README.md
exisiting -> existing
2023-12-22 00:07:06 +09:00
geekan
139c7c363f fix bugs 2023-12-21 22:24:26 +08:00
geekan
73411d21eb refine README 2023-12-21 19:40:27 +08:00
geekan
7e0a2fabc7 update readme, add link to 0.5 version 2023-12-21 18:21:14 +08:00
geekan
8074668776
Merge pull request #600 from better629/feat_other_basemodel
fix bug of missing test_round
2023-12-21 18:17:52 +08:00
better629
8d26af8466 fix bug of missing test_round 2023-12-21 18:05:34 +08:00
geekan
eac2ba1f54
Merge pull request #599 from better629/feat_other_basemodel
support Message() without content param
2023-12-21 17:40:52 +08:00
better629
64c5673d6a support Message() without content param 2023-12-21 17:27:09 +08:00
geekan
561263183a remove oi install 2023-12-21 16:47:24 +08:00
geekan
f052abdb86
Merge pull request #598 from better629/feat_issue_tmpl
Feat issue and pr tmpl
2023-12-21 16:42:43 +08:00
better629
ae2985d7e6 update 2023-12-21 16:34:02 +08:00
better629
5eac57a379 add issue and pr template 2023-12-21 16:30:53 +08:00