Commit graph

356 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
stellaHSR
45e3f95445
Merge pull request #240 from shenchucheng/main
Make the SearchEngine more user-friendly && Fix some bugs
2023-08-18 23:27:06 +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
莘权 马
4f8187b671 feat: + METAGPT_TEXT_TO_IMAGE_MODEL 2023-08-18 19:29:51 +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
莘权 马
2b19a7118d feat: +servers http port 2023-08-18 14:04:23 +08:00
莘权 马
34d46829ec feat: + server port 2023-08-18 13:43:47 +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
ec0f82bfde
Merge pull request #238 from talkingtoaj/installation_fixes
correct requirements and install instructions
2023-08-17 11:55:36 +08:00
AJ
285f6334ed correct requirements and install instructions 2023-08-16 21:32:50 +03:00
stellaHSR
966d7f212f
Merge pull request #232 from hezhaozhao-git/ruff
Ruff bug fix
2023-08-15 19:12:02 +08:00
hezz
7895776f44 fix pyproject.toml bug 2023-08-15 18:33:58 +08:00
hezz
1129b4e8e7 fix pyproject.toml bug 2023-08-15 18:14:50 +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