Commit graph

1346 commits

Author SHA1 Message Date
eukub
f20064a578 сhanged concatenation of strings to f-strings to improve readability and unify with the rest of code 2023-12-28 20:10:33 +03:00
geekan
c544ddd88a
Merge pull request #643 from stellaHSR/main
Add a basic implementation of ToT
2023-12-28 17:26:39 +08:00
stellahsr
326dd7b4fb add tot impl 2023-12-28 16:42:23 +08:00
stellahsr
beaa708356 clean format 2023-12-28 16:41:39 +08:00
stellahsr
86d497a0bd update docstring 2023-12-28 16:31:24 +08:00
stellahsr
e94ccbf631 add tot implementation 2023-12-28 16:11:45 +08:00
geekan
7c74ce1ce6
Update README.md 2023-12-28 10:47:08 +08:00
geekan
a57b32aa75
Merge pull request #634 from shenchucheng/feature-reaseacher-ut
Feature reaseacher ut
2023-12-26 22:20:20 +08:00
geekan
b70cd88af2
Merge pull request #630 from springasa/main
[Bugfix] Set openai proxy for class ZhiPuAPTAPI
2023-12-26 22:12:51 +08:00
shenchucheng
255f9c4e4a add ut for researcher 2023-12-26 19:09:26 +08:00
shenchucheng
bbdbe93809 fix #560 2023-12-26 19:09:00 +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