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
Eduard Ruzga
7fc8e40c03
Merge pull request #367 from mrsimpson/linting
...
Linting
2024-11-22 22:32:03 +02:00
Oliver Jägle
4589014bda
Merge remote-tracking branch 'upstream/main' into linting
2024-11-22 20:38:58 +01:00
Eduard Ruzga
753f0b3638
Merge pull request #380 from kekePower/update-huggingface-models
...
Added 3 new models to Huggingface
2024-11-22 21:16:16 +02:00
Stig-Ørjan Smelror
bff2922067
Added 3 new models to Huggingface
2024-11-22 19:17:01 +01:00
Oliver Jägle
5bd4541abf
Lint and fix recent changes from main
2024-11-22 17:48:46 +01:00
Oliver Jägle
f63474ec9a
Merge remote-tracking branch 'upstream/main' into linting
2024-11-22 17:36:35 +01:00
Eduard Ruzga
21ce906a47
Merge pull request #371 from kekePower/update-google-gemini
...
Update to Gemini exp-1121
2024-11-22 18:11:42 +02: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
Stig-Ørjan Smelror
5997d31aa3
Update to Gemini exp-1121
2024-11-22 07:15:04 +01:00
Chris Mahoney
ad8b48ec9d
Merge pull request #328 from aaronbolton/main
...
Created DEFAULT_NUM_CTX VAR with a default of 32768
2024-11-21 20:40:42 -06:00
Chris Mahoney
cb8a096fc4
Merge branch 'main' into main
2024-11-21 20:39:08 -06:00
Oliver Jägle
fe3e2ebddf
Ignore some stackblitz specific linting rules
2024-11-21 22:18:39 +01:00
Oliver Jägle
2327de3810
Lint-fix all files in app
2024-11-21 22:05:35 +01:00
Oliver Jägle
424ad1ea18
Limit linting to app
...
Don't know why, but previously the linter for . didn't terminate, although node_modules is ignored as per linter config
2024-11-21 22:04:42 +01:00
Eduard Ruzga
9792e9387a
Merge pull request #361 from qwikode/feature/mobile-friendly
...
fix(ui): mobile friendly
2024-11-21 17:42:59 +02:00
Qwikode
84fad819b5
fix(ui): mobile friendly editor scrollable option buttons
2024-11-21 15:23:40 +02:00
Qwikode
f644066189
fix(ui): mobile friendly
2024-11-21 15:12:33 +02:00
Eduard Ruzga
95776af641
Merge pull request #351 from hasanraiyan/main
...
Cohere support added
2024-11-21 09:20:36 +02:00
Raiyan Hasan
e1c3d603df
Update stream-text.ts dynamic model max Token updated
2024-11-21 11:49:09 +05:30
Raiyan Hasan
4269d57ea8
README.md updated
2024-11-20 21:52:08 +05:30
Raiyan Hasan
934044f735
console message removed
2024-11-20 21:47:43 +05:30
Raiyan Hasan
0bb4660e63
Merge branch 'coleam00:main' into main
2024-11-20 21:44:42 +05:30
Eduard Ruzga
166c79d603
Merge pull request #350 from wonderwhy-er/Add-background-for-chat-window
...
(Ready for review) - Small visual fix. Add background for chat window(currently transparent and looks ugly)
2024-11-20 18:13:40 +02:00
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
eduardruzga
b0b6760136
Add background for chat window
2024-11-20 16:47:19 +02:00
eduardruzga
b39e48b7da
.gitignore
2024-11-20 16:44:52 +02:00
Eduard Ruzga
9c657b962b
Merge pull request #347 from SujalXplores/fix/enhance-prompt
...
fix: enhance prompt "Invalid or missing provider" bad request error
2024-11-20 16:40:15 +02:00
Cole Medin
50de8d0e1b
Updating README with new features and a link to our community
2024-11-20 08:27:21 -06:00
Sujal Shah
4ac0af4cdb
fix: enhance prompt "Invalid or missing provider" bad request error
2024-11-20 17:48:41 +05:30
Eduard Ruzga
88700c2452
Merge pull request #338 from kekePower/kekePower/update-google-models
...
Update the Google Gemini models list
2024-11-20 09:41:03 +02: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
9ac5877932
Revert useless changes
2024-11-19 20:33:51 +01:00
Anirban Kar
87e9fc7d39
Merge pull request #309 from thecodacus/fix-project-reload-execution-order
...
fix(project-reload): execution order is fix, this fixes the inconsistency on project reload
2024-11-20 01:02:11 +05:30
Stig-Ørjan Smelror
b945ec8d2c
Fix the list of names to include the correct model
2024-11-19 20:24:52 +01:00
Stig-Ørjan Smelror
7a03b26473
Update the Google Gemini models list
2024-11-19 20:21:27 +01:00
Eduard Ruzga
a101dc7171
Merge pull request #305 from wonderwhy-er/Rewind-to-older-message
...
(Ready for review and merge) Add Chat Rewind, Duplicate, and Fork Features
2024-11-19 20:41:03 +02:00
Eduard Ruzga
aac9a986cc
Merge pull request #314 from ahsan3219/main
...
Huggingface Models Integrated
2024-11-19 13:33:20 +02:00
Aaron Bolton
5359423481
DEFAULT_NUM_CTX additions
...
adding further changes for DEFAULT_NUM_CTX, including docs
2024-11-19 07:46:51 +00:00
Ahsan Raza
9ffbbc1af1
Delete yarn.lock
2024-11-19 11:04:33 +05: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
eduardruzga
ecf84f7416
Lock file
2024-11-18 21:20:21 +02:00
eduardruzga
fdc80a10de
Fix lost rewind functionality
2024-11-18 21:09:02 +02:00
eduardruzga
6bc873ebf1
Show revert and fork only on AI messages
2024-11-18 20:33:45 +02:00
eduardruzga
082339c242
Added tooltips and fork
2024-11-18 20:31:56 +02:00
Chris Mahoney
233d22e080
Merge pull request #321 from chrismahoney/fix/revert-ollamaurl
...
Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example
2024-11-18 11:20:04 -06:00