Dustin Loring
|
5692a4c011
|
lint fix
|
2024-12-06 09:42:58 -05:00 |
|
Dustin Loring
|
773e69ef7a
|
Update BaseChat.tsx
moved the model collapse button.
|
2024-12-06 09:36:42 -05:00 |
|
Anirban Kar
|
05a5f85e68
|
Merge pull request #504 from thecodacus/bundle-artifact
feat(UI): added artifact bundling for custom long artifacts like uploading folder
|
2024-12-06 17:16:50 +05:30 |
|
Anirban Kar
|
417dbcab9b
|
added spinner
|
2024-12-06 17:14:56 +05:30 |
|
eduardruzga
|
2fd0c06ed4
|
Split code a little bit
|
2024-12-04 20:51:27 +02:00 |
|
eduardruzga
|
f6a9861390
|
Hardcode url for together ai as fallback if not set in env
|
2024-12-04 20:31:42 +02:00 |
|
Cole Medin
|
8c641443b7
|
Merge pull request #332 from atrokhym/main
HIGH PRIORITY - Attach images to prompts
|
2024-12-04 10:53:37 -06:00 |
|
Dustin Loring
|
5bd138750e
|
Merge branch 'main' into fix/ui-gradient
|
2024-12-03 08:12:52 -05:00 |
|
Andrew Trokhymenko
|
5adc0f681c
|
adding drag and drop images to text area
|
2024-12-02 20:27:10 -05:00 |
|
Andrew Trokhymenko
|
235747af51
|
merge with upstream
|
2024-12-02 14:55:43 -05:00 |
|
Andrew Trokhymenko
|
0ab334126a
|
adding to display the image in the chat conversation. and paste image too. tnx to @Stijnus
|
2024-12-02 14:08:41 -05:00 |
|
Anirban Kar
|
9d0066a449
|
Merge remote-tracking branch 'origin/main' into bundle-artifact
|
2024-12-02 22:21:17 +05:30 |
|
Anirban Kar
|
34a8a39a3c
|
added artifact bundling for custom long artifacts like uploading folder
|
2024-12-02 18:30:21 +05:30 |
|
Dustin Loring
|
87620f38be
|
lint rules added and fixed
|
2024-12-02 06:06:17 -05:00 |
|
Dustin Loring
|
4250fa9834
|
pre commit lint
|
2024-12-01 15:17:02 -05:00 |
|
Dustin Loring
|
a71b45d594
|
added example buttons
|
2024-12-01 11:19:11 -05:00 |
|
Dustin Loring
|
2439e1cffa
|
hotfix
|
2024-12-01 09:42:19 -05:00 |
|
Dustin Loring
|
1118a4c597
|
small fixes
|
2024-12-01 09:11:59 -05:00 |
|
Dustin Loring
|
0dbb155d8a
|
Merge branch 'dev' into ui-glow
|
2024-12-01 08:55:42 -05:00 |
|
Dustin Loring
|
e187e48f4b
|
Merge pull request #23 from dustinwloring1988/prompt-caching
Prompt caching
|
2024-12-01 08:53:20 -05:00 |
|
Dustin Loring
|
5a7f491367
|
Merge pull request #15 from dustinwloring1988/artifact-code-block
Artifact code block
|
2024-12-01 07:51:05 -05:00 |
|
Dustin Loring
|
7066bfc564
|
Merge pull request #17 from dustinwloring1988/collapsible-model-and-provider
added collapsable chat area
|
2024-12-01 07:50:03 -05:00 |
|
Dustin Loring
|
d85dff6f27
|
Update BaseChat.tsx
Added ray
|
2024-12-01 07:41:23 -05:00 |
|
Dustin Loring
|
a35e493518
|
Update BaseChat.module.scss
added ray to styles
|
2024-12-01 07:34:26 -05:00 |
|
Dustin Loring
|
2803f8504e
|
Merge pull request #11 from PuneetP16/fix-artifact-code-block-rendering
[fix]: artifact actionlist rendering in chat
|
2024-12-01 07:31:16 -05:00 |
|
Dustin Loring
|
35107ad2c5
|
Update ExamplePrompts.tsx
|
2024-12-01 07:30:17 -05:00 |
|
Dustin Loring
|
c4347cb10d
|
added collapsable chat area
|
2024-12-01 07:23:15 -05:00 |
|
Andrew Trokhymenko
|
ccaa67b6b2
|
adjusting spaces for X button in file-preview
|
2024-11-30 00:04:53 -05:00 |
|
Andrew Trokhymenko
|
7cdb56a847
|
merge with upstream/main
|
2024-11-29 22:02:35 -05:00 |
|
SujalXplores
|
394d1439c1
|
feat: prompt caching
|
2024-11-27 00:17:00 +05:30 |
|
PuneetP16
|
43839b1318
|
[fix]: artifact actionlist rendering in chat
|
2024-11-26 15:45:49 +05:30 |
|
Eduard Ruzga
|
9b62edd910
|
Merge pull request #413 from wonderwhy-er/Import-folder
(Ready for Review) Start chat with Folder Import
|
2024-11-26 10:03:29 +02:00 |
|
Eduard Ruzga
|
574f0a05b3
|
Merge pull request #414 from SujalXplores/fix/eslint-issues
fix: silent eslint issues
|
2024-11-25 23:13:28 +02:00 |
|
eduardruzga
|
15d490dda4
|
Merge with master fixes
|
2024-11-25 19:57:53 +02:00 |
|
eduardruzga
|
e2d4b0a4f2
|
Merge remote-tracking branch 'coleam00/main' into Import-folder
# Conflicts:
# app/components/chat/BaseChat.tsx
|
2024-11-25 19:52:50 +02:00 |
|
eduardruzga
|
050bf2028f
|
Added parsing if ignore file and added handling of binary files
|
2024-11-25 19:50:01 +02:00 |
|
Sujal Shah
|
f94165a421
|
fix: silent eslint issues
|
2024-11-25 14:00:18 +05:30 |
|
eduardruzga
|
3d2ab89cdc
|
Proof of concept for folder import
|
2024-11-25 10:24:03 +02:00 |
|
eduardruzga
|
30605ea3a1
|
Small-cleanup-of-base-chat-component
|
2024-11-25 09:43:34 +02:00 |
|
eduardruzga
|
6e94d20a74
|
Couple of bugfixes
|
2024-11-24 15:28:49 +02:00 |
|
eduardruzga
|
1f09459fa5
|
Small change to make review easier
|
2024-11-24 12:05:22 +02:00 |
|
eduardruzga
|
fbea474442
|
Type fixes
|
2024-11-23 10:41:43 +02: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 |
|
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 |
|
Andrew Trokhymenko
|
70d14df953
|
Merge remote-tracking branch 'upstream/main'
|
2024-11-21 23:31:30 -05:00 |
|
Qwikode
|
2a31ca9b0d
|
fix(code): remove commented code
|
2024-11-21 23:42:18 +02:00 |
|