eduardruzga
1f09459fa5
Small change to make review easier
2024-11-24 12:05:22 +02:00
Hgosansn
913656eff9
BugFix: Terminal render too many times causing performance freeze
2024-11-23 14:51:40 +01: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
eduardruzga
fbea474442
Type fixes
2024-11-23 10:41:43 +02: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
eduardruzga
6e8aa04d27
Lint fixes
2024-11-23 00:29:16 +02:00
eduardruzga
f6a7c4f5b5
Merge remote-tracking branch 'coleam00/main' into import-export-individual-chats
...
# Conflicts:
# app/components/chat/BaseChat.tsx
# app/components/chat/Messages.client.tsx
# app/lib/persistence/db.ts
# app/lib/persistence/useChatHistory.ts
2024-11-23 00:26:12 +02:00
eduardruzga
fb34a4cb8f
Add import, fix export
2024-11-23 00:23:45 +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
Oliver Jägle
a203f4c34b
Merge remote-tracking branch 'upstream/main' into linting
2024-11-22 12:25:39 +01:00
eduardruzga
9f49c25f96
Added export button
2024-11-22 11:51:52 +02:00
eduardruzga
60411550a5
Make tooltip easier to reuse across the app
2024-11-22 11:05:18 +02:00
Oliver Jägle
7d8f811886
Fix linting issues
2024-11-22 09:49:45 +01:00
eduardruzga
a6060b81a5
Export chat from sidebar
2024-11-22 10:17:28 +02:00
Stig-Ørjan Smelror
5997d31aa3
Update to Gemini exp-1121
2024-11-22 07:15:04 +01:00
Andrew Trokhymenko
074161024d
merge with upstream
2024-11-21 23:31:41 -05:00
Andrew Trokhymenko
70d14df953
Merge remote-tracking branch 'upstream/main'
2024-11-21 23:31:30 -05:00
Chris Mahoney
cb8a096fc4
Merge branch 'main' into main
2024-11-21 20:39:08 -06:00
Andrew Trokhymenko
df94e665d6
picking right model
2024-11-21 18:09:49 -05:00
Qwikode
2a31ca9b0d
fix(code): remove commented code
2024-11-21 23:42:18 +02:00
Qwikode
5f455e6cc3
fix(ui): header gradient and textarea border effect
2024-11-21 23:32:53 +02:00
Oliver Jägle
2327de3810
Lint-fix all files in app
2024-11-21 22:05:35 +01:00
navyseal4000
fdf33812c9
Revert constant change
...
This reverts the constant change for the default model in commit a896f3f312 .
2024-11-21 08:00:27 -06:00
navyseal4000
a896f3f312
Clear speech to text, listening upon submission
2024-11-21 07:57:01 -06:00
navyseal4000
36b7d94bdd
Added speech to text capability
2024-11-21 07:57:01 -06: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
Raiyan Hasan
e1c3d603df
Update stream-text.ts dynamic model max Token updated
2024-11-21 11:49:09 +05:30
Andrew Trokhymenko
937ba7e61b
model pickup
2024-11-21 00:17:06 -05:00
Andrew Trokhymenko
302cd28775
.
2024-11-20 19:35:57 -05:00
Andrew Trokhymenko
76713c2e6e
fixes for PR #332
2024-11-20 17:56:07 -05:00
Anirban Kar
7fd364d0b1
removed the background color from rays
2024-11-21 01:22:30 +05:30
Anirban Kar
45445549f1
another theme switch fix
2024-11-21 01:21:39 +05:30
Anirban Kar
dd82a3055b
flash fix
2024-11-21 01:16:45 +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
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
Sujal Shah
4ac0af4cdb
fix: enhance prompt "Invalid or missing provider" bad request error
2024-11-20 17:48:41 +05:30
Lasse Capel
8978ed0ff3
use a descriptive anique filename when downloading the files to zip
2024-11-20 09:54:31 +01:00
lassecapel
399affd1e9
update comment to reflect the the codeline
2024-11-20 09:51:00 +01:00
lassecapel
604ab8710b
feat: add custom unique filename when doanload as zip
2024-11-20 09:51:00 +01:00
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
Andrew Trokhymenko
fe3ea8005e
changing based on PR review
2024-11-19 20:37:23 -05:00
Andrew Trokhymenko
4b236e934e
Merge remote-tracking branch 'upstream/main'
2024-11-19 20:37:11 -05:00