mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
- Added support for OpenAI alongside existing Anthropic model. - Introduced environment variables for API key, base URL, model, and AI provider. - Updated model selection logic to accommodate multiple AI providers. - Refactored model functions to streamline API key retrieval and model initialization. - Enhanced sidebar component by removing unused imports. Additionally, updated package dependencies and added a new entry to .gitignore for history files.
33 lines
300 B
Plaintext
33 lines
300 B
Plaintext
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
/.cache
|
|
/build
|
|
.env*
|
|
*.vars
|
|
.wrangler
|
|
_worker.bundle
|
|
|
|
.history
|