Files
lobehub/.gitignore
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

59 lines
567 B
Plaintext

# Gitignore for LobeHub
################################################################
# general
.DS_Store
.idea
.vscode
.history
.temp
.env.local
venv
temp
tmp
# dependencies
node_modules
*.log
*.lock
package-lock.json
# ci
coverage
.coverage
.eslintcache
.stylelintcache
# production
dist
es
lib
logs
test-output
# umi
.umi
.umi-production
.umi-test
.dumi/tmp*
# husky
.husky/prepare-commit-msg
# misc
# add other ignore file below
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.next
.env
public/*.js
bun.lockb