Commit Graph

582 Commits

Author SHA1 Message Date
Dustin Loring
bcb6628920
Merge branch 'coleam00:main' into ui/model-dropdown 2024-12-07 11:07:09 -05:00
Anirban Kar
2af32b0333
Merge pull request #571 from thecodacus/artifact-bugfix
fix: artifact loop fix
2024-12-07 00:24:44 +05:30
Anirban Kar
ebfa4e26a6 fix: artifact loop fix 2024-12-07 00:23:53 +05:30
Anirban Kar
f4d2f73d8c
Merge pull request #569 from thecodacus/fix-artifact-bug
fix: artifact bugfix
2024-12-06 23:05:31 +05:30
Anirban Kar
de2e6e719e artifact bugfix 2024-12-06 23:04:11 +05:30
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
Anirban Kar
f562984dc6
Merge pull request #533 from wonderwhy-er/harcode-together-ai-api-url-as-fallback
(ready for review)Harcode together ai api url as fallback
2024-12-06 17:01:02 +05:30
Anirban Kar
2e49905ed9
Merge pull request #513 from thecodacus/together-ai-dynamic-model-list
feat(Dynamic Models): Added Together AI Dynamic Models
2024-12-06 16:59:57 +05:30
Anirban Kar
7efad13284 list fix 2024-12-06 16:58:04 +05:30
Anirban Kar
5ead47992d
Merge branch 'main' into together-ai-dynamic-model-list 2024-12-06 16:35:36 +05:30
Eduard Ruzga
a0eb0a0771
Merge pull request #550 from wonderwhy-er/pr-549
Added Fullscreen and Resizing to Preview
2024-12-05 12:18:48 +02:00
eduardruzga
b6eef57ab3 Lint fix 2024-12-05 12:17:12 +02:00
JonathanGardner
a8903cec11 Added Fullscreen and Resizing to Preview 2024-12-05 04:23:16 -05:00
Eduard Ruzga
1890c4e193
Merge pull request #537 from wonderwhy-er/Voice-input-with-fixes
Voice input with fixes
2024-12-04 21:00:14 +02:00
eduardruzga
d1ae3477f0 lock file 2024-12-04 20:55:46 +02:00
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
67862d4080 Updating README now that image attaching is merged, changing order of items in README list. 2024-12-04 10:57:07 -06: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
eduardruzga
5a66a830e3 Hardcode url for together ai as fallback if not set in env 2024-12-04 17:56:55 +02:00
eduardruzga
e5d52de5a5 Hardcode url for together ai as fallback if not set in env 2024-12-04 17:56:50 +02:00
Anirban Kar
7e18820946
Merge pull request #483 from PuneetP16/feat/enhance-chat-description-management
[feat]: Implement chat description editing in sidebar and header, add…
2024-12-04 00:35:09 +05:30
Anirban Kar
b9575c8a55 fixed action-runner linting 2024-12-04 00:33:22 +05:30
Anirban Kar
507a7f94bd some minor fix 2024-12-04 00:17:50 +05:30
Anirban Kar
d92029d573 fix: Added some minor UI fix 2024-12-04 00:02:51 +05:30
Anirban Kar
ae8ee37dfa
Merge pull request #520 from oTToDev-CE/doc/issue-template-update
doc: Issue Template Update
2024-12-03 21:06:59 +05:30
Dustin Loring
567438a1bf
Update bug_report.yml 2024-12-03 08:48:35 -05:00
Anirban Kar
baec3c4e28
Merge pull request #519 from thecodacus/package-lock-removed
chore: package lock removed
2024-12-03 18:54:47 +05:30
Dustin Loring
f7a123653b
Merge pull request #316 from wonderwhy-er/improve-start-command-on-windows
(Ready for review) Improve start command on windows
2024-12-03 08:22:10 -05:00
Dustin Loring
876b12d892
Merge branch 'main' into improve-start-command-on-windows 2024-12-03 08:21:46 -05:00
Anirban Kar
fec7579e00 added nvm support for husky 2024-12-03 18:51:29 +05:30
Anirban Kar
cc1bacf4a8 removed package lock file as this is not needed for pnpm repo, also added nvm support for husky 2024-12-03 18:51:12 +05:30
Dustin Loring
e55bf487eb
Merge pull request #368 from qwikode/fix/ui-gradient
fix(ui): header gradient, textarea border, prompt buttons
2024-12-03 08:15:55 -05:00
Dustin Loring
5bd138750e
Merge branch 'main' into fix/ui-gradient 2024-12-03 08:12:52 -05:00
Dustin Loring
7ce7051ba5
Merge pull request #471 from sci3ma/patch-1
fix: typo in docker-compose.yaml
2024-12-03 08:07:08 -05:00
Anirban Kar
b96b060029
Merge pull request #428 from SujalXplores/feat/improve-prompt-enhancement
feat: better prompt enhancement
2024-12-03 18:19:44 +05:30
Dustin Loring
676fac4833
Merge branch 'main' into feat/improve-prompt-enhancement 2024-12-03 07:44:53 -05:00
PuneetP16
5335580646 [feat]: Implement chat description editing in sidebar and header, add visual cue for active chat in sidebar 2024-12-03 11:41:58 +05:30
Anirban Kar
4139dbd0df added nvm for husky 2024-12-03 11:28:43 +05:30
Anirban Kar
fee629d8cd fixed test cases 2024-12-03 11:28:23 +05:30
Andrew Trokhymenko
5adc0f681c adding drag and drop images to text area 2024-12-02 20:27:10 -05:00
Anirban Kar
7192690c1c clean up 2024-12-03 02:19:30 +05:30
Anirban Kar
1589d2a8f5 feat(Dynamic Models): together AI Dynamic Models 2024-12-03 02:13:33 +05:30
Andrew Trokhymenko
235747af51 merge with upstream 2024-12-02 14:55:43 -05:00
Dustin Loring
0d49c7402b
Merge pull request #512 from mrsimpson/fix-lint-failed-message
Update linting-failed-message in pre-commit
2024-12-02 14:50:26 -05:00
Oliver Jägle
90de93e0b9
Update linting-failed-message in pre-commit 2024-12-02 20:18:58 +01: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