paulaan
|
6b2fb95e66
|
reformat for code convention
|
2023-12-10 00:18:59 +07:00 |
|
paulaan
|
c92793c27c
|
researcher allow override system prompt
|
2023-12-10 00:18:59 +07:00 |
|
Sirui Hong
|
4006edac04
|
Merge pull request #485 from a-cid/exponential_backoff
Fixed MetaGPT crashing due to openai.error.RateLimitError
|
2023-12-04 10:59:32 +08:00 |
|
Sirui Hong
|
6feeac7d70
|
Merge pull request #444 from ShankHarinath/minor-edits
Minor fixes
|
2023-12-04 10:40:27 +08:00 |
|
Sirui Hong
|
af34c74c1f
|
Merge pull request #518 from shenchucheng/feature-agent-subscription
add agent subscription
|
2023-12-04 10:32:56 +08:00 |
|
shenchucheng
|
dfc6e13ac3
|
add agent subscription
|
2023-12-01 16:10:38 +08:00 |
|
Auster Cid
|
5ef3076f20
|
reimplemented retries following suggestions in OpenAI's cookbook
|
2023-11-29 12:04:05 -03:00 |
|
seehi
|
8f24808c8a
|
make examples/search_kb.py work
|
2023-11-22 14:25:07 +08:00 |
|
better629
|
322aef6f1d
|
fix zhipuapi's key to init openai api_key when using openai sdk
|
2023-11-21 19:24:57 +08:00 |
|
garylin2099
|
f57355c889
|
Merge pull request #490 from orange-crow/feat_openai_ask_code_via_function
Feat openai ask code via function.
|
2023-11-21 17:59:35 +08:00 |
|
Sirui Hong
|
dfe9168509
|
Update llm.py
rm 'sk-' verification
|
2023-11-21 17:35:33 +08:00 |
|
刘棒棒
|
7a5c66b01e
|
chore: general_function_schema, general_tool_choice -> GENERAL_FUNCTION_SCHEMA, GENERAL_TOOL_CHOICE
|
2023-11-21 17:14:39 +08:00 |
|
刘棒棒
|
bec4bc0e83
|
chore: add comments for kwargs.
|
2023-11-21 17:01:03 +08:00 |
|
刘棒棒
|
45655a2a28
|
chore: add function signature to get_choice_function and get_choice_function_arguments.
|
2023-11-21 16:34:12 +08:00 |
|
better629
|
8124c1fdd6
|
Merge branch 'feat_chatglm' of github.com:better629/MetaGPT into feat_chatglm
|
2023-11-21 14:52:43 +08:00 |
|
better629
|
ded2044be7
|
rm useless func
|
2023-11-21 14:50:31 +08:00 |
|
better629
|
03de86958d
|
Merge branch 'main' into feat_chatglm
|
2023-11-21 14:45:51 +08:00 |
|
better629
|
9d1d8a9fe4
|
fix
|
2023-11-21 14:10:04 +08:00 |
|
刘棒棒
|
657571a192
|
feat: ask_code message support type list[str].
|
2023-11-21 12:01:28 +08:00 |
|
刘棒棒
|
4418fe8283
|
feat: ask_code message support type list[Message].
|
2023-11-21 11:40:15 +08:00 |
|
刘棒棒
|
66f647276e
|
Revert "chore: change name."
This reverts commit daf29c41af.
|
2023-11-21 11:19:43 +08:00 |
|
刘棒棒
|
daf29c41af
|
chore: change name.
|
2023-11-21 11:17:33 +08:00 |
|
better629
|
f8f938f333
|
fix config when open llm model hosts as openai interface
|
2023-11-20 14:46:31 +08:00 |
|
better629
|
6ef3b213c3
|
fix small problem
|
2023-11-18 22:17:40 +08:00 |
|
better629
|
2c81cc3e0f
|
add zhipuai_api unittest and remove useless log
|
2023-11-18 22:00:52 +08:00 |
|
better629
|
8e201384bf
|
add use_system_prompt to judge if need to add system_prompt part
|
2023-11-18 21:41:56 +08:00 |
|
better629
|
66f27ca2d5
|
add General Async API for http-based LLM model
|
2023-11-18 21:41:56 +08:00 |
|
better629
|
96ce036bd4
|
add zhipuai api with extra async invoke methods
|
2023-11-18 21:41:56 +08:00 |
|
刘棒棒
|
62254a184e
|
chore: add examples for ask_code and aask_code.
|
2023-11-18 18:33:00 +08:00 |
|
刘棒棒
|
218eeef4b8
|
chore: messages supports more types.
|
2023-11-18 18:15:50 +08:00 |
|
刘棒棒
|
2a88158933
|
chore: remove and renamed function_schema.py
|
2023-11-18 18:14:38 +08:00 |
|
刘棒棒
|
aca50086c3
|
chore: add comment for general_function_schema.
|
2023-11-18 16:59:14 +08:00 |
|
Ben
|
b03326e6d8
|
Merge branch 'geekan:main' into feature_function_call
|
2023-11-18 16:13:03 +08:00 |
|
刘棒棒
|
0153bb5416
|
feat: add ask code via function.
|
2023-11-18 16:09:56 +08:00 |
|
garylin2099
|
820fee5df6
|
Merge pull request #481 from garylin2099/human_roleplay
allow human to play any roles
|
2023-11-17 16:50:46 +08:00 |
|
garylin2099
|
7bf808ee25
|
renaming & provide example & small bug fix
|
2023-11-17 00:20:46 +08:00 |
|
garylin2099
|
96fd7c8853
|
Merge branch 'main' into human_roleplay
|
2023-11-15 19:11:45 +08:00 |
|
Auster Cid
|
7e8532037e
|
replaced wait_fixed with wait_exponential
|
2023-11-12 20:19:51 -03:00 |
|
shenchucheng
|
771a750e34
|
release 0.3.0
|
2023-11-10 14:56:31 +08:00 |
|
garylin2099
|
f0098f0ae9
|
add PROJECT_ROOT logging info
|
2023-11-09 16:51:20 +08:00 |
|
garylin2099
|
a5bc55f18a
|
add deprecated warnings
|
2023-11-09 16:41:24 +08:00 |
|
garylin2099
|
0bf2ce707e
|
allow human to play any roles
|
2023-11-09 01:41:24 +08:00 |
|
garylin2099
|
56c2a162ac
|
change PROJECT_ROOT setting & SoftwareCompany -> Team
|
2023-11-08 19:42:30 +08:00 |
|
garylin2099
|
c6350efd7f
|
default state to -1, mv react_mode to rc, use enum
|
2023-11-08 14:20:12 +08:00 |
|
garylin2099
|
250fe83de9
|
redefine react and provide multiple react modes
|
2023-11-06 14:37:29 +08:00 |
|
Shashank Harinath
|
60bb53574f
|
Merge branch 'main' into minor-edits
|
2023-10-31 21:00:34 -07:00 |
|
leonzh0u
|
4b122903f4
|
bugfix indentation error
|
2023-10-24 23:18:02 -04:00 |
|
Sirui Hong
|
a2b3b8303c
|
Merge pull request #449 from polease/main
Fix issue#326 by adjust indentation
|
2023-10-24 22:57:39 +08:00 |
|
Stitch-z
|
c3c97d9ad8
|
Merge pull request #13 from Stitch-z/feature-invoice-ocr-assistant
update: optimized code.
|
2023-10-24 14:19:43 +08:00 |
|
Stitch-z
|
22d5094197
|
update: optimized code.
|
2023-10-24 14:17:54 +08:00 |
|