Commit graph

171 commits

Author SHA1 Message Date
莘权 马
a2e9797d4e feat: Add tags to enable custom message classification 2023-08-22 11:13:08 +08:00
莘权 马
bc97b709bb feat: Add tags to enable custom message classification 2023-08-22 11:10:08 +08:00
莘权 马
2adcefc298 feat: Add tags to enable custom message classification 2023-08-22 11:04:29 +08:00
莘权 马
148279401e feat: Add tags to enable custom message classification 2023-08-22 10:59:26 +08:00
莘权 马
5121472bd8 feat: +Message to __init__ 2023-08-22 10:23:42 +08:00
莘权 马
cf225320eb feat: +Message to __init__ 2023-08-22 10:22:19 +08:00
莘权 马
58b1acf7b9 feat: +Message + tags 2023-08-21 21:30:37 +08:00
莘权 马
94e1ce94bf Merge branch 'feature/oas3_skills' into feature/role_option 2023-08-20 19:24:36 +08:00
莘权 马
c41f16e7bc feat: +skill meta data decorator 2023-08-20 19:24:10 +08:00
莘权 马
88da7aa761 feat: +skill meta data decorator 2023-08-20 19:23:05 +08:00
莘权 马
f45a8e5284 feat: Remove global configuration , enable configuration support for business isolation. 2023-08-20 17:33:13 +08:00
莘权 马
d764b8e6fa feat: Remove global configuration CONFIG 2023-08-20 10:26:26 +08:00
莘权 马
291af5ad01 feat: + Config.options 2023-08-20 10:19:43 +08:00
莘权 马
f31b60309a feat: Config isolation at the object level. 2023-08-19 21:57:09 +08:00
莘权 马
bff71391d3 Merge branch 'feature/oas3' into feature/oas3_skills 2023-08-19 19:42:49 +08:00
莘权 马
bb3e079b35 Merge branch 'main' into feature/oas3 2023-08-19 19:41:46 +08:00
莘权 马
df5a50f6e6 feat: update text_to_image skill 2023-08-18 20:23:33 +08:00
莘权 马
3715a69e3f feat: update text_to_image skill 2023-08-18 20:22:52 +08:00
莘权 马
20568a3d72 Merge branch 'feature/oas3' into feature/oas3_skills 2023-08-18 20:10:27 +08:00
莘权 马
99c143e8f3 feat: +metagpt text to image 2023-08-18 20:09:06 +08:00
莘权 马
341037601a feat: + unit test 2023-08-18 19:01:07 +08:00
莘权 马
3c93573f93 feat: +async oas3 http service demo 2023-08-18 14:46:33 +08:00
莘权 马
d97231933f feat: +async oas3 http service demo 2023-08-18 14:45:14 +08:00
莘权 马
8aa30c35d2 feat: +hello.py oas3 2023-08-18 12:13:52 +08:00
莘权 马
18ea97fcc6 feat: update ai-plugin.json 2023-08-18 11:12:35 +08:00
莘权 马
2513cca46b feat: +ai-plugin 2023-08-18 10:57:52 +08:00
莘权 马
60245fbe90 feat: +openai text-to-image 2023-08-17 21:51:50 +08:00
shenchucheng
d2aaafd235 Suppress the pydantic.ValidationError in SearchAndSummarize 2023-08-17 21:26:11 +08:00
莘权 马
eb232efdfc feat: rename 2023-08-17 20:55:53 +08:00
莘权 马
de610df25d feat: +OAS framework 2023-08-17 20:41:07 +08:00
shenchucheng
4da1a7d0ac Fix the 'get_max_completion_tokens' function to prevent reaching the maximum limit. 2023-08-17 17:47:03 +08:00
shenchucheng
6e6e91660d Make the SearchEngine more user-friendly. 2023-08-17 17:37:20 +08:00
shenchucheng
7e329a478a Make the report output directory if it doesn't exist. 2023-08-17 17:14:43 +08:00
stellaHSR
625342199a
Merge pull request #194 from flyi/config-api-key
fix exception when using Anthropic_API_KEY rather than OPENAI_API_KEY
2023-08-17 12:04:07 +08:00
stellaHSR
9dea1f084f
Merge pull request #138 from alitrack/main
remove config: update_costs
2023-08-15 10:30:50 +08:00
stellaHSR
36e090695f
Merge pull request #221 from denniseilander/denniseilander-patch-1-1
Fix: ImportError: cannot import name 'ProductManager' from 'metagpt.roles'
2023-08-14 23:42:21 +08:00
stellaHSR
53a96ff119
Merge pull request #207 from hezhaozhao-git/qdrant
add qdrant store
2023-08-14 22:56:18 +08:00
hezhaozhao
5c51007610 optimize qdrant models import 2023-08-14 22:20:46 +08:00
root
20adbdcf76 add param annotations for qdrant 2023-08-14 22:00:34 +08:00
root
80506ec3ce add param annotations for qdrant 2023-08-14 21:59:48 +08:00
Dennis
39896c40fe
Update __init__.py 2023-08-14 13:33:00 +02:00
hy.li
9373634e86 always update_costs when set calc_usage=True 2023-08-13 16:54:35 +08:00
hezz
cb11ec7bc7 fix ruff check error 2023-08-13 14:14:14 +08:00
hezz
dc38226b59 add qdrant store 2023-08-13 13:56:29 +08:00
Chao Lan
23274551fa fix raise exception when using Anthropic_API_KEY rather than OPENAI_API_KEY 2023-08-11 09:25:36 +08:00
Steven Lee
bab605ac44
Merge branch 'main' into main 2023-08-10 21:41:22 +08:00
hy.li
eff26f5cd7 rm pass 2023-08-10 21:33:31 +08:00
王同贵
ce6b8a95dd Merge remote-tracking branch 'origin/main' into dev/wtg
# Conflicts:
#	metagpt/config.py
#	metagpt/provider/openai_api.py
2023-08-10 20:46:56 +08:00
stellaHSR
2e1e647628
Merge pull request #161 from shenchucheng/main
Feature/researcher
2023-08-10 20:21:24 +08:00
stellaHSR
9ee2421aec
Merge pull request #144 from jansalvador/main-1
Update run_code.py
2023-08-10 20:18:51 +08:00