Commit graph

4103 commits

Author SHA1 Message Date
didi
a40e5dcd7a Update Role Test
Current Bugs
1. Unable to perform multiple rounds
2. Problems with self-learning phase
2024-02-28 18:06:11 +08:00
didi
cfc0cc1fa5 Update env & test code 2024-02-28 17:00:51 +08:00
mannaandpoem
ecbac6bbab update prompt of ocr example 2024-02-28 15:29:41 +08:00
mannaandpoem
7efda42c28 Improve the coverage 2024-02-28 15:08:09 +08:00
Alexander Wu
0f919c5172
Merge pull request #942 from better629/feat_new_qianfan
Feat simplify provider ut code
2024-02-28 14:30:26 +08:00
betterwang
1583c0f718 simplify provider ut code 2024-02-28 14:22:58 +08:00
Alexander Wu
19b91b4d51
Merge pull request #933 from Abhishek0075/pwdError
Changed requirements.txt
2024-02-28 13:58:59 +08:00
Alexander Wu
d3961a630e
Merge pull request #940 from better629/feat_new_qianfan
Feat add qianfan and dashscope
2024-02-28 13:57:00 +08:00
seehi
c657af448b add index factory and chromadb 2024-02-28 13:42:41 +08:00
betterwang
ad88c5000d fix typo 2024-02-28 12:09:33 +08:00
garylin2099
79262f392e
Merge pull request #918 from orange-crow/add_sales_forecast_in_machine_learning
Add sales forecast in machine learning
2024-02-28 11:20:52 +08:00
Alexander Wu
b17cc3fa03
Merge pull request #939 from better629/feat_mock
Feat mock openai embed for document_store and memory UTs
2024-02-28 11:18:09 +08:00
Alexander Wu
5713526ab6
Merge pull request #930 from BaoLiqi/fix_debate_simple
Fix action.llm.model in examples/debate_simple
2024-02-28 11:14:11 +08:00
Alexander Wu
04cd506df4
Merge pull request #922 from lixiangtiandashen/debug
Update role.py : Role.set_actions()
2024-02-28 10:56:59 +08:00
garylin2099
df63f2d209
Merge pull request #938 from revupst/dev-937
bump ipykernel to 6.27.1
2024-02-28 10:14:17 +08:00
betterwang
21d588ae0e update missing qifan ut 2024-02-28 09:38:12 +08:00
betterwang
51bd8a056e update missing content 2024-02-28 09:36:44 +08:00
betterwang
d2ab17098b fix conflict with main 2024-02-27 18:18:14 +08:00
yzlin
a2b85641c3 rm unnecessary function call 2024-02-27 17:59:50 +08:00
better629
9ec5626313 mock openai embed for document_store and memory UTs 2024-02-27 14:08:05 +08:00
revupst
4f5152cae4 chore: bump ipykernel to 6.27.1 2024-02-26 21:59:22 +08:00
yzlin
219d361ca6 rm repetitive tool config for writing code; rm WriteCodeWithoutTools 2024-02-26 21:10:16 +08:00
better629
ad9492a639 update st_game using MG v0.7 2024-02-26 20:02:16 +08:00
seehi
7b552ffe32 update requirements.txt 2024-02-26 14:46:07 +08:00
seehi
0a3c120806 update requirements.txt 2024-02-26 14:19:00 +08:00
seehi
4264f8c1bd Add .gitattributes to treat certain files as binary 2024-02-26 12:46:34 +08:00
didi
07c360b9c7 UPdate ScreenShot Parse Action Node;Adds 4 action nodes test to test_for_an.py 2024-02-25 13:14:50 +08:00
betterwang
2d17da2826 fix dashcope spell 2024-02-24 15:00:45 +08:00
Abhishek0075
e12dde978e Changed requirements.txt 2024-02-24 12:16:35 +05:30
Jiayi Zhang
c915434627 Update Parse Record Action Node & Modify Self Reflect Action node; Adds Result example 2024-02-24 14:20:43 +08:00
Jiayi Zhang
a15e7af5a8 Update mannual record action node
Modify Schema SwipeOp to SwipeOp_3, this variable need a better name.
2024-02-23 21:19:49 +08:00
betterwang
79c71dc5ad update ERNIE-Bot token cost 2024-02-23 20:28:35 +08:00
Blq
cdd3025408 Assigned configs for actions to prevent action.llm.model being overridden in Role._init_action. 2024-02-23 08:39:44 +00:00
seehi
c02dc5cea8 upgrade llama-index to v0.10 2024-02-23 14:55:32 +08:00
betterwang
6893f78c21 update ut of dashscope 2024-02-23 12:54:46 +08:00
betterwang
655ba5647b update qianfan pypi version 2024-02-23 12:45:06 +08:00
garylin2099
45dd352bf0
Merge pull request #928 from shenchucheng/v0.7.3
V0.7.3
2024-02-23 11:32:46 +08:00
seehi
19a9a98c0b upgrade llama-index to v0.10 2024-02-23 11:06:53 +08:00
shenchucheng
0a6dc8f7e7 update version to 0.7.3 2024-02-23 10:15:49 +08:00
geekan
791ab749ad refine code to avoid config error 2024-02-23 10:15:08 +08:00
刘棒棒
041a2d6109 chore. 2024-02-22 21:56:02 +08:00
刘棒棒
08e00b4dc2 chore: simplify code. 2024-02-22 21:48:05 +08:00
刘棒棒
ec95cedb36 update SALES_FORECAST_REQ. 2024-02-22 21:07:32 +08:00
Jiayi Zhang
13cf80b46a Update AppAgent's self_learn_and_self_reflect's test 2024-02-22 17:57:25 +08:00
lixiangtiandashen
dfa33fcdaa
Update role.py
由于提示词里要求llm选择的状态码是 0 到 状态数-1,所以我认为这里往states里添加动作对应状态时,也应当从0开始。
2024-02-22 04:31:24 +08:00
刘棒棒
bd994adca2 chore. 2024-02-21 23:07:42 +08:00
刘棒棒
2d89060918 chore. 2024-02-21 23:03:36 +08:00
刘棒棒
6652aa09ce delete feature.csv, store.csv, test.csv. 2024-02-21 22:52:18 +08:00
刘棒棒
fc40174802 chore. 2024-02-21 21:33:11 +08:00
geekan
06d72698bb refine code to avoid config error 2024-02-21 16:50:07 +08:00