shenchucheng
|
d53cfd39f7
|
replace *.deepwisdom.ai for scraping by local server
|
2024-03-23 17:29:36 +08:00 |
|
mannaandpoem
|
1c7f63857f
|
1. Refactor code to centralize unittest directory pattern using a fixture in conftest.py
2. Setup incremental workdir for testing in test_write_code.py
|
2024-03-02 21:10:45 +08:00 |
|
shenchucheng
|
924e48e510
|
Merge remote-tracking branch 'origin/main' into main-debugger
|
2024-02-08 15:36:35 +08:00 |
|
shenchucheng
|
88b9bf9151
|
add ut mocker for mermaid ink
|
2024-02-08 00:46:04 +08:00 |
|
yzlin
|
2fcb2a1cfe
|
Merge branch 'dev' into code_intepreter
|
2024-01-31 00:08:09 +08:00 |
|
莘权 马
|
d5ac56f863
|
feat: remove all unnecessary CONTEXT references
feat: replace CONTEXT with local context
|
2024-01-17 23:10:25 +08:00 |
|
shenchucheng
|
7c3ac6a350
|
fix test_scrape_web_page error
|
2024-01-15 13:20:13 +08:00 |
|
shenchucheng
|
9d1df5acd5
|
mock search engine api
|
2024-01-14 23:40:09 +08:00 |
|
geekan
|
d150cc358a
|
refine code
|
2024-01-12 10:26:07 +08:00 |
|
yzlin
|
e99c5f29f4
|
tool management at one place, add aask_code mock, azure mock
|
2024-01-11 22:55:31 +08:00 |
|
geekan
|
4de8fa3682
|
fix bugs
|
2024-01-10 22:02:44 +08:00 |
|
geekan
|
f5bb850f25
|
refine code: gloabl context to CONTEXT
|
2024-01-10 13:56:02 +08:00 |
|
geekan
|
193fc5535a
|
merge main
|
2024-01-08 15:19:38 +08:00 |
|
yzlin
|
8fb5919181
|
enforce mock on online test
|
2024-01-05 20:38:07 +08:00 |
|
geekan
|
230192f5e0
|
Merge pull request #685 from garylin2099/llm_mock
Reduce test time with a global LLM mock
|
2024-01-05 17:11:25 +08:00 |
|
shenchucheng
|
fba730390c
|
fix test_scrape_web_page proxy error
|
2024-01-05 16:42:57 +08:00 |
|
yzlin
|
63081245b9
|
add explanation
|
2024-01-05 14:46:59 +08:00 |
|
yzlin
|
1249d12b6f
|
add openai api call switch; fix ocr
|
2024-01-05 14:34:44 +08:00 |
|
geekan
|
5c1f3a4b91
|
add context and config2
|
2024-01-04 23:33:09 +08:00 |
|
geekan
|
10436172ca
|
add context and config2
|
2024-01-04 22:02:47 +08:00 |
|
yzlin
|
106543b3ca
|
mock writeprd new filename, improve cache usefulness
|
2024-01-04 20:45:38 +08:00 |
|
yzlin
|
271ecc30a2
|
Merge branch 'main' into llm_mock
|
2024-01-04 17:19:09 +08:00 |
|
yzlin
|
18ffd92333
|
mv mockllm
|
2024-01-04 16:58:11 +08:00 |
|
yzlin
|
5c545febc3
|
cache multiple rsp in one test fn, switch cache to global use
|
2024-01-04 15:28:46 +08:00 |
|
莘权 马
|
465cd1e0af
|
Merge branch 'geekan/main' into geekan/dev
|
2024-01-04 00:22:33 +08:00 |
|
shenchucheng
|
86e3638ce4
|
mock serpapi/serper response
|
2024-01-03 18:16:00 +08:00 |
|
莘权 马
|
9d080e22d6
|
feat: parse class view
|
2024-01-03 17:39:58 +08:00 |
|
莘权 马
|
718dd0fd9e
|
feat: parse class view
|
2024-01-03 17:35:09 +08:00 |
|
yzlin
|
075bd9f747
|
add rsp_cache.json and some formatting
|
2024-01-03 10:58:22 +08:00 |
|
garylin2099
|
9efb9e6e80
|
Merge branch 'geekan:dev' into dev
|
2024-01-03 00:21:34 +08:00 |
|
yzlin
|
7aa185c477
|
add llm_mock in actions, roles, serialize_deserialize
|
2024-01-03 00:17:02 +08:00 |
|
yzlin
|
9564975541
|
add mockllm
|
2024-01-02 23:07:50 +08:00 |
|
geekan
|
ea64e6ad47
|
add comments
|
2024-01-02 16:28:13 +08:00 |
|
geekan
|
58c8a38fc3
|
solve test startup.py
|
2023-12-28 15:46:17 +08:00 |
|
莘权 马
|
a90f52d4b6
|
fixbug: Fix the confusion caused by the merging of _client, client, and async_client in the openai_api.py;Split Azure LLM and MetaGPT LLM from OpenAI LLM to reduce the number of variables defined in the Config class for compatibility.
|
2023-12-23 18:07:42 +08:00 |
|
莘权 马
|
a9479843f6
|
feat: merge fixbug/rfc135_merge_geekan_cli_etc_1445
|
2023-12-18 10:21:17 +08:00 |
|
莘权 马
|
ea21217a69
|
feat: merge send18
|
2023-12-15 16:29:55 +08:00 |
|
莘权 马
|
7effe7f74c
|
feat: merge send18:dev
|
2023-12-14 15:06:04 +08:00 |
|
莘权 马
|
6f8fa7665c
|
feat: rebase from geekan:main
|
2023-12-08 20:27:33 +08:00 |
|
莘权 马
|
ec8c703c5a
|
feat: merge geekan:main
|
2023-12-08 20:03:13 +08:00 |
|
莘权 马
|
9d84c8f047
|
feat: +SummarizeCode, refactor project_name
|
2023-12-08 10:34:57 +08:00 |
|
shenchucheng
|
dfc6e13ac3
|
add agent subscription
|
2023-12-01 16:10:38 +08:00 |
|
莘权 马
|
cda032948f
|
refactor: pre-commit run --all-files
|
2023-11-22 16:26:48 +08:00 |
|
Stitch-z
|
bfd8ed69e8
|
update: delete pytest code
|
2023-09-02 10:55:38 +08:00 |
|
Stitch-z
|
478139c8dc
|
feature: aioboto3 client
|
2023-09-01 21:21:47 +08:00 |
|
莘权 马
|
b07b9919a0
|
fixbug: os.environ
|
2023-08-30 14:52:00 +08:00 |
|
shenchucheng
|
d07b6ba540
|
Merge branch 'main' into main
|
2023-07-24 01:50:24 +08:00 |
|
shenchucheng
|
e657f298f2
|
add test for web browser engine
|
2023-07-24 00:19:59 +08:00 |
|
hongjiongteng
|
d74215c502
|
Clean up existing unused code according to flake8
|
2023-07-22 11:55:57 +08:00 |
|
hongjiongteng
|
0722257cd8
|
Format import according to isort
|
2023-07-22 11:28:22 +08:00 |
|