forked from Mars-Sea/dsh-commandcode-provider
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcordis.patch.yml
More file actions
15 lines (15 loc) · 721 Bytes
/
Copy pathcordis.patch.yml
File metadata and controls
15 lines (15 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dsh-commandcode-provider bundle layer.
# One plugin row: registers the `commandcode` provider route and its
# Models-page card. All fields are optional — schema defaults apply.
#
# `name` must be the FULL package specifier as installed in the profile's
# node_modules: the loader imports it as a module and pnpm links packages by
# their true (scoped) name, so a bare `dsh-commandcode-provider` here fails to
# resolve (ERR_MODULE_NOT_FOUND) and crashes the app on boot. Quote the value:
# a YAML scalar starting with `@` is parsed as a directive/indicator and fails
# to parse.
- insert:
- id: llm-commandcode
name: "@mars-sea/dsh-commandcode-provider"
config:
apiKeyEnv: COMMANDCODE_API_KEY