Commit graph

10 commits

Author SHA1 Message Date
Arvin Xu
d5929f6093
feat: support Google / Zhipu / AWS Bedrock model providers (#1173)
*  feat: support claude

*  feat: support google vision

*  feat: add proxy to provider

*  feat: add google config

*  feat: fix google error handle

*  feat: support bedrock error handle

* ♻️ refactor: refactor the auth with jwt

*  test: fix the openai  runtime test

* ♻️ refactor: refactor the settings config

*  feat: refactor the model select in agent setting

* 🎨 chore: improve model list

*  feat: support custom api Key form

* 🎨 chore: improve code

* ♻️ refactor: refactor the custom models

* 💄 style: improve model icon

*  feat: add google handle

* 🌐 style: add i18n

* 📝 docs: add env document about new providers

* 💄 style: improve plugin tag and model options
2024-02-05 12:59:48 +08:00
cklogic
fe623e1acb
💄 style: Update the gpt-4-1106-preview model to gpt-4-0125-preview (#1210) 2024-02-03 00:24:02 +08:00
Arvin Xu
ae99142e69
📝 docs: improve readme and wiki documents (#1066)
* 📝 docs: update OPENAI_PROXY_URL document

* 📝 docs: update document

* 📝 docs: update dev document

* 📝 docs: add common error for Deployment

* 📝 docs: update docs
2024-01-16 12:59:16 +08:00
Arvin Xu
24ed73696b
📝 docs: fix plugin settings env docs (#850) 2023-12-28 21:45:20 +08:00
arvinxx
1c8c93f1c8 📝 docs: update documents [skip ci] 2023-12-27 20:47:57 +08:00
Arvin Xu
efd9dc9df2
feat: support plugin settings env (#821)
*  feat: support plugin settings env

* 📝 docs: add plugin settings document
2023-12-27 20:43:03 +08:00
Arvin Xu
54dc18b92f
🐛 fix: fix envs like CUSTOM_MODELS don't work with docker deployment (#773)
* ♻️ refactor: refactor the FileList

* 🐛 fix: fix agent market index not work with docker

* 🐛 fix: fix CUSTOM_MODEL don't work with docker deployment

*  test: add test

* 📝 docs: update docs
2023-12-23 16:11:17 +08:00
mushan0x0
7db0430f8a
feat: supports setting multiple access code (#647)
*  feat: `ACCESS_CODE` supports setting multiple

* 📝 docs: Update the `ACCESS_CODE` documentation

*  test: Add `ACCESS_CODE` testing
2023-12-16 19:45:42 +08:00
canisminor1990
9ff9aba077 📝 docs: Fix links 2023-12-15 13:57:36 +08:00
CanisMinor
d1df19a498
🔨 chore: Add docs workflow (#658)
* 🔧 chore: Add docs workflow and update docs files

* 📝 docs: Update wiki docs link
2023-12-14 17:17:43 +08:00
Renamed from docs/Environment-Variable.md (Browse further)