better629
4e13eaca6e
update zhipu api due to new model and api; repair extra invalid generate output; update its unittest
2024-01-17 16:28:13 +08:00
geekan
bdf9d224b5
Merge pull request #743 from arnaudgelas/fix/qa_engineer_language
...
Constrain the language for the qa_engineer
2024-01-15 13:31:53 +08:00
geekan
6420481c70
Merge pull request #744 from arnaudgelas/fix/requirements
...
Fix: requirements.txt was not written to the disk
2024-01-15 13:31:26 +08:00
Arnaud Gelas
34b3de1f86
When setting the max budget, I don't want to overcome this limit
2024-01-13 16:10:46 +01:00
Arnaud Gelas
d340738013
Even if you set an investment, the default investment shows in the log
2024-01-13 15:53:01 +01:00
Arnaud Gelas
1238c48451
Fix: requirements.txt was not written to the disk
...
While the Python packages requirements are correctly detected and saved
into the json task file, requirements.txt was always empty. Since it was
trying to get packages with the wrong key, packages were always empty
when writing in requirements.txt
2024-01-13 15:14:38 +01:00
Arnaud Gelas
8d1bc25def
Constrain the language for the qa_engineer
...
The qa_engineer was generating chinese texts and comments while the rest
of the project was in English.
2024-01-13 14:49:50 +01:00
better629
17479a2360
fix system_prompt param that llm not support from issue 725
2024-01-10 11:26:23 +08:00
kkdev163
bd2b1950eb
optimize: access to is_human
2024-01-08 22:29:17 +08:00
kkdev163
6cde039f7f
fixbug: role init with is_human=True was not work
2024-01-08 17:45:44 +08:00
莘权 马
af378e12ac
fixbug: an unexpected UserRequirement type message is thrown when there is nothing to do.
2024-01-06 23:39:41 +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
9ce0182fab
Log newline character after receiving llm stream response
2024-01-05 16:50:03 +08:00
yzlin
a3dc6aa7e3
Merge branch 'main' into llm_mock
2024-01-05 15:28:03 +08:00
莘权 马
4eab58f069
fixbug: .well_known
2024-01-05 15:06:40 +08:00
yzlin
1249d12b6f
add openai api call switch; fix ocr
2024-01-05 14:34:44 +08:00
莘权 马
43d07de810
feat: Replace the actual root directory name of the project codes with a fake one in the WriteTest prompt.
2024-01-05 11:02:41 +08:00
莘权 马
c966138a74
feat: +unit test
...
fixbug: Align to the same root directory in accordance with `class_views`
fixbug: The class has lost namespace information.
feat: + mock
fixbug: project name invalid
feat: +mermaid sequence diagram
feat: translate from code to mermaid sequence
feat: translate from code to mermaid sequence
2024-01-05 10:25:20 +08:00
莘权 马
1b06d933b2
Merge branch 'fixbug/v0.6-release' into geekan/main
2024-01-04 13:54:27 +08:00
莘权 马
d051933324
fixbug: recursive search for provider
2024-01-04 12:46:41 +08:00
莘权 马
51a8691722
fixbug: fix unit test
2024-01-04 10:10:13 +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
geekan
9bee3ca838
add ABC deco to ToT base
2024-01-03 14:59:21 +08:00
geekan
99e10b235b
make tot follow format in 3.5-turbo
2024-01-03 14:42:13 +08:00
geekan
c07cf543bf
refine code
2024-01-03 14:24:07 +08:00
geekan
1060292cbf
refine code
2024-01-03 14:21:21 +08:00
geekan
feb89ec17f
repo_parser add tests
2024-01-03 14:09:42 +08:00
shenchucheng
269750e616
fix search_engine_serper arbitrary types error
2024-01-03 10:18:55 +08:00
莘权 马
49a95e6608
feat: merge geekan:dev
2024-01-02 22:36:16 +08:00
莘权 马
eabe0224c5
feat: +rebuild project
...
feat: parse pass
2024-01-02 22:34:48 +08:00
geekan
78b7e164f9
refine tests
2024-01-02 21:58:31 +08:00
geekan
05749fad31
refactor filename
2024-01-02 21:44:51 +08:00
geekan
e580e971a9
Merge pull request #666 from better629/dev
...
rm useless code and increase UT ratio
2024-01-02 21:40:27 +08:00
geekan
a8df4f85f0
remove prompts of mineraft
2024-01-02 21:35:58 +08:00
geekan
c3dd03671d
faiss store: add tests
2024-01-02 21:30:35 +08:00
better629
1d35cab9d7
rm useless code and increase UT ratio
2024-01-02 21:21:10 +08:00
geekan
54201b1459
add test document
2024-01-02 21:07:03 +08:00
geekan
c50ae4d8d7
refine code
2024-01-02 20:49:20 +08:00
geekan
f5ed1349ba
remove document_store/document.py
2024-01-02 20:25:16 +08:00
geekan
0b9becf93f
fix pydantic v2 model validation for custom class
2024-01-02 19:27:42 +08:00
莘权 马
aec2b72c8d
feat: ignore deleted files
2024-01-02 19:07:45 +08:00
geekan
5649fac62d
fix pylint warnings
2024-01-02 18:14:03 +08:00
geekan
d2260a5958
Merge pull request #663 from iorisa/feature/unittest
...
feat: +unit test
2024-01-02 17:49:23 +08:00
莘权 马
92f3b81bd1
Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev
2024-01-02 16:32:40 +08:00
莘权 马
b7d74c6483
fixbug: azure openai
2024-01-02 16:26:03 +08:00
geekan
fe5e500501
add comments to SerializationMixin
2024-01-02 15:26:23 +08:00
geekan
786f862a8b
fix azure
2024-01-02 15:16:59 +08:00
geekan
907cf5bebc
remove get_template function
2024-01-02 14:45:58 +08:00
geekan
0789f2c109
test strategy
2024-01-02 14:45:58 +08:00