mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
feat(manifest): add user env for Anthropic api key (#2791)
This commit is contained in:
parent
aa4b93d989
commit
e8c0f07d0f
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ userEnvs:
|
|||
- envName: OLARES_USER_CUSTOM_OPENAI_APIKEY
|
||||
type: password
|
||||
editable: true
|
||||
- envName: OLARES_USER_ANTHROPIC_APIKEY
|
||||
type: password
|
||||
editable: true
|
||||
- envName: OLARES_USER_HUGGINGFACE_SERVICE
|
||||
type: url
|
||||
editable: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue