Commit Graph

58 Commits

Author SHA1 Message Date
Dustin Loring
92918d1c14
Merge pull request #7 from ibrain-one/feature/307-together-ai-integration
feat: add Together AI integration and provider implementation guide
2024-12-01 11:34:37 -05:00
Oliver Jägle
ad511db0fe
Don't fix linting-issues pre-commit
I figured that lint:fix might not be the best experience: If there are linting errors and the pre-commit fixes them, those changes will stay in the staging area but will not be automatically commited.
Thus, a subsequent pre-commit check would succeed without these changes included.
2024-11-23 10:11:00 +01:00
Martin Ouimet
76cc7a8139 feat: add Together AI integration and provider implementation guide
- Create detailed provider implementation guide with:
  - Architecture overview and implementation steps
  - Configuration patterns and best practices
  - Testing checklist and Docker integration guide
  - Example using Together AI implementation
- Add Together AI as new provider with:
  - Environment variables and Docker configuration
  - Support for Qwen, Llama, and Mixtral models
  - API key and base URL management
  - OpenAI-compatible API integration
2024-11-23 00:20:35 -05:00
Oliver Jägle
4589014bda
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 20:38:58 +01:00
Oliver Jägle
5bd4541abf
Lint and fix recent changes from main 2024-11-22 17:48:46 +01:00
Oliver Jägle
a203f4c34b
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 12:25:39 +01:00
Oliver Jägle
7d8f811886
Fix linting issues 2024-11-22 09:49:45 +01:00
Chris Mahoney
cb8a096fc4
Merge branch 'main' into main 2024-11-21 20:39:08 -06:00
Oliver Jägle
2327de3810
Lint-fix all files in app 2024-11-21 22:05:35 +01:00
Raiyan Hasan
e1c3d603df
Update stream-text.ts dynamic model max Token updated 2024-11-21 11:49:09 +05:30
Raiyan Hasan
934044f735 console message removed 2024-11-20 21:47:43 +05:30
Raiyan Hasan
eabfbb2220 max token is now dynamically handle for each model 2024-11-20 21:41:51 +05:30
Raiyan Hasan
d41a0ac2c2 Cohere support added 2024-11-20 15:08:42 +00:00
Chris Mahoney
fe80e5fad6
Merge pull request #330 from hgosansn/ux-click-open-file-in-chat
feat: [UX] click shortcut in chat to go to source file in workbench
2024-11-19 14:04:00 -06:00
Hgosansn
b0dae6e014 revert spaces 2024-11-19 00:37:40 +01:00
Hugo SANSON
d419a3c4b5 [UX] click shortcut in chat to go to source file in workbench 2024-11-19 00:24:14 +01:00
Aaron Bolton
bfaaf86c69 Created DEFAULT_NUM_CTX VAR with a deafult of 32768 2024-11-18 20:48:35 +00:00
ahsan3219
7bf9c5c1b6 Huggingface Models Integrated 2024-11-18 04:49:02 +05:00
eduardruzga
df91d0edc0 More type fixes 2024-11-14 14:29:47 +02:00
eduardruzga
e55fb57138 Fix google api key bug 2024-11-13 22:22:08 +02:00
Chris Mahoney
0203cf9538
Merge pull request #228 from thecodacus/feature--bolt-shell
feat(bolt terminal): added dedicated bolt terminal, and attached to workbench
2024-11-12 09:30:21 -06:00
Karrot0
32ae66a8e5 Merge branch 'main' of https://github.com/karrot0/bolt.new-any-llm 2024-11-10 21:08:06 -05:00
Karrot0
dff340eba5 @wonderwhy-er suggestion fix pr 2024-11-10 21:08:01 -05:00
Eduard Ruzga
9a7d28a97d
Merge branch 'main' into main 2024-11-10 14:55:17 +02:00
Cole Medin
f30612dcfd
Merge branch 'main' into respect-provider-choice 2024-11-09 07:44:40 -06:00
Anirban Kar
f28f7f0715 chore: cleanup logging 2024-11-09 14:23:29 +05:30
Anirban Kar
719384cfbd feat(bolt-terminal) bolt terminal integrated with the system 2024-11-09 12:59:42 +05:30
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
Patryk Wegrzyn
dec65132e7
Set numCtx = 32768 for Ollama models 2024-11-07 23:51:12 +00: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
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