Commit Graph

352 Commits

Author SHA1 Message Date
Chris Mahoney
d18517a08d
Merge pull request #101 from ali00209/new_bolt1
feat: add ability to enter API keys in the UI
2024-11-08 23:22:45 -06:00
Ali
52cd1aea9d
Merge branch 'main' into new_bolt1 2024-11-09 09:59:21 +05:00
ali00209
73a07c93e4 fix: Resolved 2024-11-09 09:55:40 +05:00
Karrot
f9e750d76e
Merge branch 'main' into main 2024-11-08 17:10:40 -05:00
Anirban Kar
d1f3e8cbec feat: added bolt dedicated shell 2024-11-08 21:47:31 +05:30
Tommy
9b97837bb2 Show which model name and provider is used in user message. 2024-11-08 08:56:15 +01:00
Anirban Kar
54351cd845 feature(code-streaming): added code streaming to editor while AI is writing code 2024-11-08 11:14:15 +05:30
Cole Medin
1ba0606e58
Merge pull request #209 from patrykwegrzyn/main
feat: set numCtx = 32768 for Ollama models
2024-11-07 18:12:27 -06:00
Patryk Wegrzyn
dec65132e7
Set numCtx = 32768 for Ollama models 2024-11-07 23:51:12 +00:00
Anon
bb0546d85a Added the latest Sonnet 3.5 and Haiku 3.5 2024-11-07 14:38:22 +01:00
Cole Medin
775283e3b4
Merge pull request #196 from milutinke/x-ai
feat: added support for xAI Grok Beta
2024-11-07 06:29:01 -06:00
Anon
8d7f108dfa Added the XAI_API_KEY variable to the .env.example 2024-11-07 01:14:27 +01:00
Anon
9a2fc9220d Added support for xAI Grok Beta 2024-11-07 01:03:37 +01:00
Karrot
73505a32c7
Merge branch 'coleam00:main' into main 2024-11-06 15:52:24 -05:00
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
Alexander Al-Bahrani
435d6b4d58
Update README.md changed .env to .env.local
The installation description stated to create an .env file out of the .env.example
This leads to an error when executing docker compose up since the docker-compose.yml expects the environment file being called .env.local
2024-11-05 12:41:58 +01:00
Karrot
27b6684a50
Merge branch 'coleam00:main' into main 2024-11-03 16:21:16 -05:00
Cole Medin
e7ce25758c Instructions on making Ollama models work well 2024-11-03 12:41:30 -06:00
David Maksimov
732126312f
Fix createGoogleGenerativeAI arguments
Fixes the arguments passed to createGoogleGenerativeAI to pass an object
2024-11-02 09:36:13 -05:00
Cole Medin
64e95a0553 Small mention of hot reloading even when running in container 2024-11-01 14:00:06 -05:00
Cole Medin
7fe66aea18 Fixing up setup + installation instructions in README 2024-11-01 13:34:50 -05:00
Cole Medin
a265d72200
Merge pull request #77 from ajshovon/main
chore: create .dockerignore file
2024-11-01 13:14:45 -05:00
Cole Medin
22ae9d800f Fixing up Docker Compose to work with hot reloads in development and environment variables 2024-11-01 07:09:19 -05:00
Cole Medin
349c5d54f7
Merge pull request #71 from hillct/add-docker-support
fix: further enhance Docker and docker-comose support with staged, --target and --profile support, plus Coolify Deployment Support
2024-10-31 14:35:25 -05:00
Cole Medin
3cbe207e6d
Merge pull request #55 from mayurjobanputra/main
Added more detailed instructions
2024-10-31 14:33:09 -05:00
Cole Medin
2feeb18dbe More feature requests! Will look at pull requests soon 2024-10-31 14:22:08 -05:00
Karrot
449d0a311f
Merge branch 'coleam00:main' into main 2024-10-30 14:52:23 -04: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
Cole Medin
065be0f821 Added DEEPSEEK_API_KEY to .env.example 2024-10-28 13:13:44 -05:00
Karrot
748e0d64ef
Remove Package-lock.json 2024-10-27 23:26:54 -04:00
Karrot0
4edcc5e331 LM Studio Integration 2024-10-27 23:16:07 -04:00
ali00209
3c7bf8c259 feat: add ability to enter API keys in the UI 2024-10-27 23:58:04 +05:00
hillct
c116338a0e
Added Docker Deployment documentation to CONTRIBUTING.md 2024-10-26 10:27:44 -04:00
shovon
92a19bf41c
create .dockerignore file 2024-10-25 12:36:38 +06:00
bleuproton
174714c48f main 2024-10-25 00:20:50 +02:00
armfuls
897e47d7d8
Merge branch 'coleam00:main' into main 2024-10-25 00:11:14 +02:00
Colin Hill
a69ce87c0f Corrected oudated docker build convenience script target 2024-10-24 17:48:54 -04:00
Colin Hill
8d48cf9b05 Merge branch 'main' into add-docker-support 2024-10-24 17:15:22 -04:00
Colin Hill
5ec2b12681 Adding full suffix o cocker-compose.yaml for ompatibiliy 2024-10-24 16:40:48 -04:00
Colin Hill
87ef835ed0 Adding hints for Coolify config into docker-compose.yaml 2024-10-24 16:36:57 -04:00
Colin Hill
36cc601eba Merge branch 'add-docker-support' of github.com:hillct/bolt.new-any-llm into add-docker-support
Just a little cleanup... nixpax.toml is no more. Embedding Coolify config in Dockerfile and docker-compose.yaml
2024-10-24 15:49:26 -04:00
Colin Hill
25ac7f8679 Corrected nixpacks.toml filename 2024-10-24 15:44:45 -04:00
Cole Medin
8e7220e8fb
Merge pull request #70 from ArulGandhi/main
Update constants.ts
2024-10-24 13:56:52 -05:00
Colin Hill
2620b3d1b5 Corrected nixpacks.toml filename 2024-10-24 14:50:45 -04:00
Colin Hill
2773a7ed34 Enhancing Dockerfile to use a staged build, and docker-compose-yaml to use profiles, either 'development' or 'producion'. Adding nixpacks.toml to enable robust coolify support 2024-10-24 14:48:05 -04:00
ArulGandhi
4c25af9fb8 Update constants.ts
Fix a bug in model names causing 2 models to fail
2024-10-24 23:18:22 +05:30
Cole Medin
7b28a755f8 Updating README with finished implementations and reorder the list of priorities 2024-10-24 08:58:43 -05:00