Commit graph

2647 commits

Author SHA1 Message Date
Alexander Wu
e64cb0e5de
Merge pull request #1300 from iorisa/feature/multi_lang
feat: rename "Required Python packages" to "Required packages" for program language compatibility
2024-05-29 16:18:22 +08:00
Alexander Wu
55db3808f8
Merge pull request #1303 from david-zlj/fix_st_game
fix stanford town game path TypeError
2024-05-29 16:17:33 +08:00
Alexander Wu
e88c41ebab
Merge pull request #1294 from xunzhimeng/fix_usage
Fix usage type error
2024-05-28 17:04:56 +08:00
zhulj
54666b111a fix st game path TypeError 2024-05-27 17:34:53 +08:00
莘权 马
e245dcc8b1 feat: rename "Required Python packages" to "Required packages" for program language compatibility 2024-05-25 15:07:00 +08:00
seehi
5f1ca3ca7e use model_name in embedding 2024-05-24 17:18:56 +08:00
shenchucheng
e4129025b0 fix pyppeteer/playwright mermaid engine run error 2024-05-24 15:59:04 +08:00
xun
db26e36d37 处理usage为类的情况 2024-05-23 21:08:45 +08:00
geekan
e03db313a2 tuning code 2024-05-18 15:23:21 +08:00
geekan
6d906ce1ed remove default init of android env 2024-05-18 15:06:54 +08:00
Alexander Wu
99405cca20
Merge pull request #1282 from Wei-Jianan/fix/bedrock_bugs
Fix/bedrock bugs
2024-05-17 19:15:42 +08:00
geekan
43df876f24 fix pre-commit 2024-05-17 19:13:26 +08:00
Alexander Wu
d9ed99e85f
Merge pull request #1207 from kithib/main
add new android operation(open app,exit,stop)
2024-05-17 19:08:00 +08:00
Wei-Jianan
e7c7b44a0b [format] 2024-05-17 18:44:05 +08:00
Wei-Jianan
3338c304b5 [fix] max token problem in llama2 2024-05-17 10:34:10 +00:00
Wei-Jianan
1911e27219 [fix] serval bugs in bedrock LLM 2024-05-17 10:21:16 +00:00
kit
2b08ad9d08 Merge remote-tracking branch 'origin/main' 2024-05-17 16:10:18 +08:00
Wei-Jianan
cda6451b59 Merge remote-tracking branch 'origin/main' into fix/cstream_not_work 2024-05-17 13:46:45 +08:00
Wei-Jianan
1c9214e18d [fix] change default value of LLMConfig.stream to True 2024-05-17 13:34:13 +08:00
Wei-Jianan
f31d2a198e [fix] use config.stream inside BaseLLM other than global 2024-05-17 11:42:57 +08:00
Alexander Wu
6b70f7b0ed
Merge pull request #1234 from iorisa/refactor/role/act_by_order
refactor: optimizing act_by_order mode of `Role`
2024-05-17 11:00:57 +08:00
usamimeri_renko
0916399313
Merge branch 'geekan:main' into main 2024-05-16 20:51:52 +08:00
usamimeri_renko
15ae887793
Merge branch 'geekan:main' into add_counter 2024-05-16 15:18:54 +08:00
Guess
9ff1e2f6c9
Merge pull request #1264 from jainkunal/main
fix aask() got an unexpected keyword argument 'images'
2024-05-16 12:25:40 +08:00
usamimeri_renko
3f54646691 add token max and deepseek-coder,gpt-4-turbo-2024-04-09 2024-05-15 17:44:20 +08:00
Alexander Wu
b6601dbe75
Merge pull request #1247 from seehi/fix-potential-error
Fix potential NoneType error
2024-05-15 17:43:41 +08:00
Alexander Wu
77c74fbcf8
Merge pull request #1241 from usamimeri/debug
Make RAG embedding model dimension configurable
2024-05-15 17:35:20 +08:00
seehi
400e0af814 format 2024-05-15 17:31:44 +08:00
usamimeri_renko
1047abf1f4 add counter 2024-05-15 15:40:59 +08:00
seehi
133874cc0b format 2024-05-14 15:56:52 +08:00
garylin2099
00e1c93275
Merge pull request #1253 from aa875982361/fix/none-usage
fix: failure when usage is none
2024-05-14 15:47:50 +08:00
usamimeri_renko
82b4be51bd fix schema bug 2024-05-13 15:00:22 +08:00
Kunal Jain
d4bd668983 fix ask() got an unexpected keyword argument 'images' 2024-05-11 19:03:55 +05:30
Wei-Jianan
8f209bfeb5 [fix] stream field in llmconfig not work 2024-05-09 21:11:59 +08:00
huangpeilin
a473c74c90 feat: 优化判断逻辑 2024-05-09 11:36:07 +08:00
huangpeilin
8695629fce fix: 修复usage 值为none 的情况 2024-05-08 19:22:10 +08:00
usamimeri_renko
d31d7507ef fix 2024-05-07 16:27:25 +08:00
usamimeri_renko
553702fa61 make dimensions default 2024-05-07 12:39:18 +08:00
seehi
d4c0678aaf fix potential NoneType error 2024-05-06 14:52:46 +08:00
usamimeri_renko
39ed967c80 make rag configurable 2024-05-02 01:48:04 +08:00
usamimeri_renko
f7b29edaf7 change log for non-streaming model 2024-04-29 17:35:58 +08:00
usamimeri_renko
0006b62901 resolve problem and add cost manager 2024-04-29 17:29:41 +08:00
kit
19cc91a38a Merge remote-tracking branch 'origin/main' 2024-04-29 15:21:13 +08:00
kit
cf9d86b832 Merge remote-tracking branch 'origin/main' 2024-04-29 15:19:42 +08:00
usamimeri_renko
f14a1f63ef add pre-commit 2024-04-29 15:04:33 +08:00
usamimeri_renko
3f108abd06 rename bedrock class and add more tests 2024-04-29 10:46:50 +08:00
莘权 马
6505087c78 refactor: optimizing act_by_order mode 2024-04-28 22:01:40 +08:00
usamimeri_renko
cb8e14dca8 add token counts 2024-04-28 19:30:09 +08:00
usamimeri_renko
79251cd3cd resolve problems 2024-04-28 19:18:12 +08:00
usamimeri_renko
98cb452911 remove opus since unavailable now and fix bug 2024-04-27 13:09:04 +08:00