Commit graph

384 commits

Author SHA1 Message Date
莘权 马
739452edbb feat: merge geekan:dev 2024-02-19 11:02:10 +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
321a4c0d75 rm redundant function and docstring in libs 2024-02-04 20:25:49 +08:00
刘棒棒
4caa1ece81 Revert CodeParser.parse_code function to version 0.6.6. 2024-02-04 18:07:16 +08:00
yzlin
891e35b92f Merge branch 'dev' into code_intepreter 2024-02-02 20:45:45 +08:00
莘权 马
c720c1d82f feat: move Azure-exclusive pricing plan mappings to config2.yaml.example 2024-02-02 18:10:32 +08:00
莘权 马
dadd09bfb5 feat: merge geekan:dev 2024-02-02 16:47:52 +08:00
geekan
0118712ff8
Merge pull request #826 from mannaandpoem/dev_compatible_with_windows_path
modify re.sub(r"\\+", '/') to as_posix()
2024-02-02 16:03:39 +08:00
莘权 马
e8d2819031 feat: Unified Cost Calculation Logic. 2024-02-02 15:54:11 +08:00
mannaandpoem
18b0eaa6fd compatible with windows path 2024-02-02 15:49:24 +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
莘权 马
28727a03d8 feat: +azure pricing 2024-02-02 14:15:17 +08:00
莘权 马
19126e46ac feat: merge v0.6.9 2024-02-01 22:19:14 +08:00
yzlin
4cd09e703c file read write utils 2024-02-01 20:25:53 +08:00
莘权 马
6d6248f8be feat: + awrite_bin/aread_bin 2024-02-01 20:19:52 +08:00
yzlin
2897981e63 task utils etc. 2024-02-01 20:07:44 +08:00
莘权 马
df8f929665 feat: + move remove_white_spaces 2024-02-01 19:28:05 +08:00
莘权 马
34225d08b5 feat: + google style docstring 2024-02-01 19:15:42 +08:00
better629
9f4ee42079 update env api schema 2024-02-01 18:18:35 +08:00
莘权 马
5f88e12a7d Merge branch 'geekan/dev' into feature/rebuild 2024-02-01 17:45:00 +08:00
莘权 马
027f1e8658 feat: +google style docstring 2024-02-01 17:43:18 +08:00
yzlin
afb702c3f3 Merge branch 'dev' into code_intepreter 2024-02-01 16:27:20 +08:00
yzlin
b1da79c714 refine naming and some details 2024-02-01 16:15:57 +08:00
莘权 马
525c62b235 fixbug: METAGPT model is None
fixbug: add METAGPT model calc usage logic
2024-02-01 16:12:56 +08:00
geekan
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +08:00
莘权 马
6b527e3020 feat: +visual version 2024-02-01 10:27:53 +08:00
yzlin
ff970ab1c7 Merge branch 'dev' into code_intepreter 2024-02-01 00:27:42 +08:00
莘权 马
fb7518c12b feat: +visual graph repo 2024-01-31 23:40:04 +08:00
geekan
a762e02000 update config usage 2024-01-31 23:13:38 +08:00
刘棒棒
15e72ca51d chore. 2024-01-31 21:07:40 +08:00
刘棒棒
b9663cebbd fix parse_code bug. 2024-01-31 21:00:02 +08:00
yzlin
2fcb2a1cfe Merge branch 'dev' into code_intepreter 2024-01-31 00:08:09 +08:00
better629
6b1f3ee398 add dalle/gpt4v example 2024-01-30 20:39:56 +08:00
better629
210a00c1e7 add werewolf_env 2024-01-30 19:08:55 +08:00
better629
1d772e8eb5 update base env and android_env 2024-01-30 19:07:38 +08:00
better629
e7cd90f7f8 add openai dall-e support 2024-01-30 14:31:00 +08:00
better629
310687258e add gpt-4v support for aask and AN.fill 2024-01-30 11:59:53 +08:00
huzixia
c3b4c698d8 update repair_llm_raw_output.py 2024-01-27 18:23:57 +08:00
huzixia
11f70ca9b1 modify code based on feedback of action_node.py and repair_llm_raw_output.py, add code in test_repair_llm_raw_output.py 2024-01-27 18:06:52 +08:00
莘权 马
9bcaa67cc3 fixbug: unit test 2024-01-27 17:22:28 +08:00
huzixia
8b5f7848fa delete PR dir 2024-01-27 17:00:59 +08:00
莘权 马
aa0909525e feat: merge geekan/dev 2024-01-27 13:38:14 +08:00
huzixia
ed54f6b86a To avoid JSONDecodeError:
Remove comments in output json str, after json value content, maybe start with #, maybe start with //, particularly, it is not inside the string value

Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
2024-01-26 22:59:10 +08:00
莘权 马
67bf89996b feat: +source -> use case -> sequence view 2024-01-26 19:39:06 +08:00
geekan
aada81bfe6 fix conflicts 2024-01-26 19:06:41 +08:00
geekan
59afc5301f update token counter 2024-01-26 15:08:08 +08:00