Commit Graph

247 Commits

Author SHA1 Message Date
Aaron Bolton
1b44a0b0d7 Delete github-build-push.yml 2024-11-10 20:24:32 +00:00
Eduard Ruzga
52ae333e86
Merge pull request #205 from milutinke/claude-new-sonnet-and-haiku
feat: added the latest Sonnet 3.5 and Haiku 3.5
2024-11-10 15:06:51 +02:00
Anon
c35211f4a0
Merge branch 'main' into claude-new-sonnet-and-haiku 2024-11-10 13:58:34 +01:00
Chris Mahoney
ce6b65e66f
Merge pull request #178 from albahrani/patch-1
docs: update README.md changed .env to .env.local
2024-11-09 20:53:00 -06:00
Cole Medin
13b1321460 Noting that API key will still work if set in .env file 2024-11-09 07:59:06 -06:00
Cole Medin
b3fe2076a7 Fixing merge conflicts in BaseChat.tsx 2024-11-09 07:56:43 -06:00
Cole Medin
936a9c0f69
Merge pull request #188 from TommyHolmberg/respect-provider-choice
fix: respect provider choice from UI
2024-11-09 07:45:06 -06:00
Cole Medin
f30612dcfd
Merge branch 'main' into respect-provider-choice 2024-11-09 07:44:40 -06:00
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
Tommy
9b97837bb2 Show which model name and provider is used in user message. 2024-11-08 08:56:15 +01:00
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
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
Cole Medin
e7ce25758c Instructions on making Ollama models work well 2024-11-03 12:41:30 -06: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
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
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
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
Cole Medin
8ab8e678cb Cleanup and fixing Ollama models not showing up after merging changes 2024-10-24 08:46:34 -05:00
Cole Medin
b21b1457f2
Merge pull request #64 from noobydp/main
Further changes to support OLLAMA_API_BASE_URL with ollama models
2024-10-24 08:25:23 -05:00
Cole Medin
f1b8c02811
Merge branch 'main' into main 2024-10-24 08:25:07 -05:00
Cole Medin
5f6a595eaa
Merge pull request #60 from ZerxZ/main
chore: Add environment variables for OpenAI Like integration
2024-10-24 08:20:49 -05:00