Commit Graph

109 Commits

Author SHA1 Message Date
Maki
9e5e73a009 🔐 [feat] Add AWS credentials configuration
- Added AWS credential environment variables:
  - AWS_ACCESS_KEY_ID
  - AWS_SECRET_ACCESS_KEY
  - AWS_REGION
- Enables AWS service integration capabilities
2024-10-25 18:09:39 +09:00
Maki
e141171132 📝 [docs] Update repository URL in clone instructions
- Replace old URL (https://github.com/coleam00/bolt.new-any-llm.git) with new URL (https://github.com/stackblitz/bolt.new)
- Improve documentation accuracy for users setting up the project
2024-10-20 20:08:24 +09:00
Maki
8b3b78a343 🔒 [chore] Update pnpm-lock.yaml with new dependencies
- Add @ai-sdk/google package and its dependencies to the lock file
- Ensure consistent package versions across the project
2024-10-20 20:07:03 +09:00
Maki
0a7f92c47c 📦 [chore] Add @ai-sdk/google dependency
- Include @ai-sdk/google package version 0.0.52 for Gemini integration
2024-10-20 20:06:58 +09:00
Maki
bada1b50a9 📋 [feat] Add Gemini models to MODEL_LIST
- Include Gemini 1.5 Pro and Flash models in the available model options
- Add latest and stable versions for both Gemini 1.5 Pro and Flash
2024-10-20 20:06:52 +09:00
Maki
e5d16dffd8 🤖 [feat] Implement Gemini model integration
- Import Google Generative AI SDK
- Add getGeminiModel function to create Gemini model instances
- Update getModel function to support Gemini provider
2024-10-20 20:06:46 +09:00
Maki
7e0287f7f6 🔑 [feat] Add Gemini API key support
- Include Gemini API key in the getAPIKey function
- Allow retrieval of Gemini API key from environment variables
2024-10-20 20:06:40 +09:00
Maki
2c1045ab86 📚 [docs] Remove fork-specific information from README
- Deleted references to fork by Cole Medin
- Removed information about choosing LLM models
- Maintained focus on original Bolt.new project description
2024-10-19 17:50:49 +09:00
Maki
2470806696 🔑 [refactor] Improve API key and AWS credentials management
- Translate comments to English for consistency
- Add explanatory comment for AWS credentials function
- Refactor default region assignment with inline comment
2024-10-17 21:02:14 +09:00
Maki
d86eaa420e 🚀 [feat] Integrate Amazon Bedrock support
Add support for Amazon Bedrock models, including:

- Implement AWS credentials retrieval for Bedrock
- Add Bedrock model initialization and handling
- Include Claude 3 models (Opus, Sonnet, Haiku) for Bedrock
- Adjust token limits for Bedrock models
- Update chat action to support model selection
- Add @ai-sdk/amazon-bedrock dependency

Key changes:
- app/lib/.server/llm/api-key.ts: Add getAWSCredentials function
- app/lib/.server/llm/constants.ts: Define MAX_TOKENS_BEDROCK
- app/lib/.server/llm/model.ts: Implement getBedrockModel function
- app/lib/.server/llm/stream-text.ts: Use Bedrock-specific token limit
- app/routes/api.chat.ts: Update to support model selection
- app/utils/constants.ts: Add Bedrock model options
- package.json: Add @ai-sdk/amazon-bedrock dependency
- pnpm-lock.yaml: Update with new dependencies
2024-10-17 20:46:17 +09:00
Cole Medin
4f7a06f56a Added the OpenRouter provider and a few models from OpenRouter (easily extendable to include more!) 2024-10-14 19:40:21 -05:00
Cole Medin
90a206f2d4 Added the ability to use practically any LLM you can dream of within Bolt.new 2024-10-13 13:53:43 -05:00
Timothy Z.
ffa9f11360 docs: fix typos in README.md (#164) 2024-10-07 19:29:44 +02:00
Timothy Z.
41afd48b7b fix: typos in CONTRIBUTING.md (#165) 2024-10-07 17:28:13 +00:00
Ajay
bd2efecf21 docs: fix typo in CONTRIBUTING.md (#158) 2024-10-07 16:28:22 +02:00
Sam Denty
31c07c06cb fix(npm): fix hanging shells (#159) 2024-10-07 16:24:29 +02:00
Sam Denty
d0828e4c86 fix(chrome-129): show issue page (#157) 2024-10-07 14:20:42 +00:00
Sam Denty
efcb93d6d8 fix(npm): fix hanging shells (#153) 2024-10-07 14:51:16 +01:00
Sleeyax
0934c932d7 fix: typo in README.md (#151) 2024-10-07 14:55:59 +02:00
David Ye
cf31b597e6 fix: typo in README.md (#117) 2024-10-07 10:55:17 +02:00
Yoel Cabo López
24074762c7 fix: remove logout button (#130) 2024-10-07 10:54:24 +02:00
Dominic Elm
849880e967 ci: remove deployment workflow 2024-10-07 10:49:31 +02:00
Sam Denty
50885b065d fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00
Sam Denty
b17d6a58f5 fix: add screen recordings section to bug_report.yml 2024-10-07 10:49:31 +02:00
Buntu Redempter
4c081d8016 chore: update readme (#7) 2024-10-07 10:49:31 +02:00
Alexander Berger
505c9d0add chore: update readme 2024-10-07 10:49:31 +02:00
Alexander Berger
71c61f8eda chore: update contributing guide 2024-10-07 10:49:31 +02:00
Alexander Berger
e4b833608e chore: update contributing guide 2024-10-07 10:49:31 +02:00
Alexander Berger
02c7bbc6d3 chore: update readme 2024-10-07 10:49:31 +02:00
Alexander Berger
3fc131a753 chore: rename MAIN-FOLDER-README.md to README.md 2024-10-07 10:49:31 +02:00
Alexander Berger
b0749d5830 chore: rename README.md to CONTRIBUTING.md 2024-10-07 10:49:31 +02:00
Alexander Berger
1323e7d02d chore: update MAIN-FOLDER-README.md 2024-10-07 10:49:31 +02:00
Sam Denty
e4c7294fd2 fix: update links 2024-10-07 10:49:31 +02:00
Sam Denty
fc845017ee fix: remove duplicated bug_report template 2024-10-07 10:49:31 +02:00
Sam Denty
1ceca49dc1 fix: typo 2024-10-07 10:49:31 +02:00
Sam Denty
65ecef89b4 feat: add readme image (#4) 2024-10-07 10:49:31 +02:00
Alexander Berger
c502b14186 chore: create MAIN-FOLDER-README.md 2024-10-07 10:49:27 +02:00
Alexander Berger
0128b0a5ba chore: update readme 2024-10-07 10:32:52 +02:00
Sam Denty
135c5c563a chore: update readme (#3)
Co-authored-by: apai4 <iamalbertpai@gmail.com>
2024-10-07 10:32:43 +02:00
Albert Pai
f3e9c4c756 chore: create bug report template 2024-10-07 10:27:58 +02:00
Albert Pai
46c083cf7b temp: disable eslint 2024-10-02 17:31:54 -07:00
Alexander Berger
1b83b6c9e3 chore: update readme 2024-10-01 08:39:36 +02:00
Sam Denty
ff8cd577c8 fix: add license 2024-09-30 20:40:08 +01:00
Sam Denty
579556c45d fix: rename template 2024-09-30 17:26:34 +01:00
Sam Denty
2aa10eedd1 fix: rename template 2024-09-30 17:25:58 +01:00
Sam Denty
ff8d59cd6b fix: update repo name 2024-09-30 17:20:55 +01:00
Sam Denty
a32851b330 fix: add issue templates (#2) 2024-09-30 17:15:19 +01:00
Sam Denty
2a29fbbe82 feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
Sam Denty
6fb59d2bc5 fix: remove monorepo 2024-09-25 19:54:09 +01:00
Sam Denty
d364a6f774 feat: sanitize user messages (#42) 2024-08-22 15:06:51 +02:00