Commit Graph

74 Commits

Author SHA1 Message Date
Tommy
2a362b9e0b Added sanitization for user messages.
Use regex defined in constants.ts instead of redefining.
2024-11-06 21:35:54 +01:00
Tommy
074e2f3016 Moved provider and setProvider variables to the higher level component so that it can be accessed in sendMessage.
Added provider to message queue in sendMessage.
Changed streamText to extract both model and provider.
2024-11-06 11:10:08 +01:00
Cole Medin
a6d81b1b0e Making Ollama work within the Docker container, very important fix 2024-11-05 09:42:49 -06:00
Karrot
8dfc4f7ba9
Changed mode.ts to add BaseURL. Thanks @alumbs 2024-10-30 13:05:57 -04:00
ali00209
a544611a56 fix: working 2024-10-29 08:19:30 +05:00
Karrot0
4edcc5e331 LM Studio Integration 2024-10-27 23:16:07 -04:00
Cole Medin
8ab8e678cb Cleanup and fixing Ollama models not showing up after merging changes 2024-10-24 08:46:34 -05:00
Cole Medin
f1b8c02811
Merge branch 'main' into main 2024-10-24 08:25:07 -05:00
Cole Medin
4660e5b882
Merge branch 'main' into main 2024-10-24 08:19:59 -05:00
Cole Medin
d999e9ecdd
Merge branch 'main' into main 2024-10-24 08:13:26 -05:00
Cole Medin
5d70255d43
Merge pull request #36 from ArulGandhi/main
Add mistral models.
2024-10-24 08:06:00 -05:00
Cole Medin
69aceeaad4
Merge pull request #12 from fernsdavid25/patch-1
Fix for llama 3.1 models
2024-10-24 07:19:25 -05:00
noobydp
8ce82b5a1c updated ollama to use defined base URL for model calls 2024-10-24 16:49:11 +08:00
Gaoyao Massimo Hu
9f2db7b683
chore: Update environment variable names for OpenAI Like integration 2024-10-23 16:43:27 +01:00
Gaoyao Massimo Hu
30dfa4fda4
chore: Add environment variables for OpenAI API Like integration 2024-10-23 16:36:12 +01:00
zenith110
3b90afba48 Added deepseek models 2024-10-22 18:19:27 -04:00
ArulGandhi
5e8a0b077a add mistral models 2024-10-22 09:22:36 +05:30
fernsdavid25
f7615093dd
Update max_tokens in constants.ts
max_tokens for llama 3.1 models must be less than or equal to 8000 but it is set to 8192. just change it to 8000 and the error is fixed.
2024-10-21 19:32:57 +05:30
Kofi
5b3521355a
Update prompts.ts 2024-10-21 07:46:42 -05:00
Kofi
f9021d32c4 feat(prompt): add planning step + organize shell commands
Adds structured planning phase before responses and reorganizes
available shell commands by category. Planning helps catch edge
cases early and shell categorization makes capabilities clearer.

Main changes:
- New chain-of-thought system for pre-response thinking
- Grouped shell commands by function (files, sys, dev tools, misc)
- Added brief cmd descriptions

No breaking changes, just better organization + process. Should
help reduce back-and-forth on PRs.

Tested w/o cmd env :)

- kofi
2024-10-21 12:34:06 +00:00
jonathan DS
8701be2f6d added Google Generative AI (gemini) integration 2024-10-15 18:47:35 -03: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
Sam Denty
6fb59d2bc5
fix: remove monorepo 2024-09-25 19:54:09 +01:00