mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
12aefe73a3
Add UI components for configuring the model kind (OpenAI or Anthropic), key option (Butler API or bring your own key), and associated settings. The model kind can be set to either OpenAI or Anthropic. The key option allows using the Butler API proxy or providing your own API key. When using your own key, the API key and model version can be specified for the selected model kind (OpenAI or Anthropic). The selected options are persisted and loaded from the backend settings. |
||
---|---|---|
.. | ||
src | ||
static | ||
.env.development | ||
.env.nightly | ||
.env.production | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
package.json | ||
postcss.config.cjs | ||
svelte.config.js | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.ts |