noobydp
94fa108142
Merge pull request #1 from ZerxZ/main
...
chore: Add environment variables for OpenAI Like integration
2024-10-24 13:10:56 +08:00
Colin Hill
7448666846
Merge branch 'main' from coleam00 into add-docker-support
2024-10-23 23:35:19 -04:00
Gaoyao Massimo Hu
05c0137094
chore: Update environment variable names for OpenAI Like integration
2024-10-23 16:45:16 +01: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
Aaron Bolton
9ca017c40f
Update docker-compose.yml
2024-10-23 14:57:53 +01:00
Mayur
0089d5c4b1
Merge pull request #1 from mayurjobanputra/mayurjobanputra-patch-1
...
Added more instructions for newbs
2024-10-22 23:09:48 -07:00
Mayur
e13790c6fe
Added more instructions for newbs
2024-10-22 23:08:30 -07:00
zenith110
a6e6619701
Merge branch 'main' of https://github.com/zenith110/bolt.new-any-llm
2024-10-22 18:19:34 -04:00
zenith110
3b90afba48
Added deepseek models
2024-10-22 18:19:27 -04:00
Rahul Bhardwaj
8fb0248a9f
Merge branch 'main' into add-docker-support
2024-10-22 21:17:16 +05:30
TarekS93
f70652305d
Update constants.ts
2024-10-22 11:19:08 +02:00
TarekS93
34ead80f62
Update types.ts
2024-10-22 11:18:34 +02:00
Aaron Bolton
da29a79726
Merge branch 'coleam00:main' into main
2024-10-22 09:18:59 +01:00
ArulGandhi
285a95568f
removed pixtral
2024-10-22 09:49:21 +05:30
ArulGandhi
1b1cd183f5
mistral models added
...
more mistral models added. some tested, rest assumed to be working
2024-10-22 09:47:30 +05:30
ArulGandhi
5e8a0b077a
add mistral models
2024-10-22 09:22:36 +05:30
armfuls
85687fff19
Merge pull request #1 from coleam00/main
...
h
2024-10-22 01:09:14 +02:00
Cole Medin
dd4dd2c21a
Merge pull request #8 from yunatamos/patch-1
...
Update README.md
2024-10-21 18:02:25 -05:00
Cole Medin
cf76e4d32c
Merge pull request #28 from kofi-bhr/patch-1
...
Update README.md
2024-10-21 18:01:42 -05:00
muzafferkadir
49217f2461
feat: added sync files to selected local folder function is created. Yarn package manager fixes, styling fixes. Sass module fix. Added Claude model for open router.
2024-10-22 01:27:29 +03:00
Kofi
6c8616bf0e
Update README.md
...
docs: fix grammar in readme
just cleaned up some awkward phrasing + fixed a few typos :)
- kofi
2024-10-21 16:33:52 -05:00
Aaron Bolton
29f87974cf
Update github-build-push.yml
2024-10-21 20:29:01 +01:00
Aaron Bolton
1799636ba2
Update github-build-push.yml
2024-10-21 20:25:56 +01:00
Aaron Bolton
8150f6f459
Update github-build-push.yml
2024-10-21 20:20:04 +01:00
Aaron Bolton
21a0a075f8
Update github-build-push.yml
2024-10-21 20:19:16 +01:00
Aaron Bolton
fc688ec038
moved action
2024-10-21 20:17:59 +01:00
Aaron Bolton
7424bff375
Create github-build-push.yml
2024-10-21 20:16:16 +01:00
goncaloalves
059933a0c6
Added GitHub push functionality
2024-10-21 20:14:35 +01:00
Aaron Bolton
0ef30967dd
Docker Additions
...
Added Dockerfile and docker-compose.yml, also adjusted start command to listen for all IP's and on Port 3000
2024-10-21 20:10:08 +01:00
Cole Medin
50a501ecb1
Merge pull request #7 from ocodo/main
...
Sync with stackblitz upstream
2024-10-21 13:30:47 -05:00
Cole Medin
121ea7e561
More feature requests!!
2024-10-21 11:13:06 -05:00
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
Kofi
1766dd5aa8
Update README.md
...
Fixed Readme to be up to date with prompting fixees
2024-10-21 07:06:23 -05:00
Yunat Amos
6eea1a969f
Update README.md
...
I have two accounts and one that commited is yunatamos
2024-10-21 07:52:19 +03:00
jonathan DS
c872f22f64
added Google Generative AI (gemini) integration
2024-10-21 08:51:11 +07:00
Brutal Strike
d31abc9c4c
fix: don't always show scrollbars ( #548 )
2024-10-21 08:51:11 +07:00
Cole Medin
cd4ddfd0a2
Adding together to the list of integration requests
2024-10-19 20:30:06 -05:00
Cole Medin
8c4933df2c
Updated README with new providers and a running list of features to add to the fork
2024-10-19 13:54:37 -05:00
Cole Medin
d7bda6f0e9
Fixing up codebase after merging pull requests
2024-10-19 13:21:24 -05:00
Cole Medin
c31c37fae4
Merge pull request #6 from fabwaseem/download-code
...
added download button to downloade generated code in a zip file
2024-10-19 12:44:27 -05:00
Cole Medin
fc6356c9aa
Merge pull request #5 from yunatamos/main
...
let the ollama models be auto generated from ollama api
2024-10-19 12:44:13 -05:00
Cole Medin
44788fc9c2
Merge branch 'main' into main
2024-10-19 12:44:01 -05:00
Cole Medin
01c7655e0e
Merge pull request #2 from jonathands/main
...
Added Google Generative AI (gemini) integration
2024-10-19 12:40:28 -05:00
Cole Medin
f240d56340
Merge pull request #1 from ocodo/main
...
Add provider filtering on model list
2024-10-19 12:39:57 -05:00
Waseem Anjum
21dbd42184
added download code button
2024-10-19 12:26:29 +05:00
yunat
0d777637ff
let the ollama models be auto generated from ollama api
2024-10-18 14:34:08 +03:00
♚ PH⑦ de Soria™♛
cecbc55380
fix(readme): use correct issues url ( #514 )
...
Co-authored-by: Sam Denty <samddenty@gmail.com>
2024-10-17 15:40:09 +01:00