Commit Graph

675 Commits

Author SHA1 Message Date
Abi Raja
4288cf2088 fix imported code prompt for Claude which doesn't allow multiple 'user' role messages in a row 2024-06-26 13:21:12 +08:00
Abi Raja
6be83b4a2d process images to be under 5mb for Claude 2024-06-25 20:57:41 +08:00
Abi Raja
5843e75760 enable select and edit for Claude 3.5 2024-06-25 06:11:01 +08:00
Abi Raja
6fe7098201
Update README.md 2024-06-24 04:16:29 -04:00
Abi Raja
9a4fbd4591
Merge pull request #358 from moas/patch-1
Fix Python version in dockerfile to avoid TypeError
2024-06-23 05:48:44 -04:00
Abi Raja
f75294ca64 update better model banner to include sonnet 3.5 2024-06-22 19:41:56 +08:00
Abi Raja
49a24d8b0c support Claude Sonnet 3.5 2024-06-22 19:39:49 +08:00
Oscar Landry L
9e2eb0c58c
Update Dockerfile
fix error:
TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'
2024-06-11 14:58:18 +02:00
Abi Raja
392b9849a2
Merge pull request #355 from abi/select-and-edit
Add "Select and Edit" functionality for easier edits
2024-06-05 20:59:57 -04:00
Abi Raja
f7c9209d18 remove unused code 2024-06-05 20:49:31 -04:00
Abi Raja
1c13897f45 remove dummy state 2024-06-05 20:46:52 -04:00
Abi Raja
402a279eaf revert debugging statements 2024-06-05 20:41:35 -04:00
Abi Raja
465dc64439
Merge pull request #317 from MarcusLeoTKM/nodeversion
Changed node version from 20.9 to 22
2024-06-05 15:47:44 -04:00
Abi Raja
228870f8fc
Merge pull request #353 from naman1608/fix-docker-pupeteer-skip
[FIX] modify frontend dockerfile to skip puppeteer download
2024-06-05 15:26:33 -04:00
Abi Raja
561ac0b088
Merge pull request #348 from naman1608/type-fixes
full typed in image generation file
2024-06-05 15:21:41 -04:00
Abi Raja
7cd9b294c3 fix another type ignore 2024-06-05 15:18:54 -04:00
Abi Raja
8de0e95c54 fix up types 2024-06-05 15:12:47 -04:00
Naman Dhingra
a73b1f6dc3 modify frontend dockerfile to skip puppeteer download 2024-06-05 00:31:21 +05:30
Abi Raja
9fe32ba6e8 move inSelectAndEditMode to inside EditPopup 2024-05-31 21:39:12 -04:00
Abi Raja
e1265b2b75 make enter submit the change 2024-05-31 18:45:45 -04:00
Abi Raja
5f3868f3c9 fix bug with focusing textarea 2024-05-31 18:36:11 -04:00
Abi Raja
423c74bdc9 focus the textarea when the popup is visible 2024-05-31 18:33:42 -04:00
Abi Raja
3fbb8f074a reset should disable select and edit mode 2024-05-31 18:27:47 -04:00
Abi Raja
a7c905a301 update icon and text 2024-05-31 18:22:30 -04:00
Abi Raja
5a62fce52d
Merge pull request #341 from naman1608/handle-none-types
handle none type in llm.py
2024-05-31 15:04:32 -04:00
Abi Raja
b9fb11b6fd Merge branch 'main' into pr/341 2024-05-31 14:44:52 -04:00
Abi Raja
328dc7931d
Update README.md 2024-05-31 14:44:11 -04:00
Abi Raja
2204896e31
Update Troubleshooting.md 2024-05-31 14:40:25 -04:00
Abi Raja
22e45cc566
Merge pull request #329 from abi/add-anthropic-key
Add field for Anthropic API key in settings
2024-05-31 14:35:47 -04:00
Abi Raja
f6f8b2f707 fix bug 2024-05-31 14:24:01 -04:00
Abi Raja
0959441834 Merge branch 'main' into add-anthropic-key 2024-05-31 14:07:50 -04:00
Abi Raja
c64968b8f0 read anthropic api key from front-end 2024-05-31 14:06:08 -04:00
Abi Raja
8e579e425e clean up settings dialog look 2024-05-31 13:51:43 -04:00
Abi Raja
9cfcf928d0 isolate functionality
use zustand to share state rather than prop drilling

isolate more functionality away into a separate component
2024-05-30 10:43:12 -04:00
Abi Raja
9e2cbdce94 Merge branch 'main' into select-and-edit 2024-05-30 09:38:24 -04:00
Abi Raja
9d1fbc9b23 add zustand and create a dummy app store that isn't used yet 2024-05-30 09:38:15 -04:00
Abi Raja
43ae003c83 clean up code even further 2024-05-29 17:28:09 -04:00
Abi Raja
2709312943 move more of the code into EditPopup 2024-05-29 16:53:36 -04:00
Abi Raja
b0e7ae35af clean up more of the code 2024-05-29 16:36:20 -04:00
Abi Raja
f18724104c add for debugging 2024-05-29 15:32:19 -04:00
Abi Raja
82132d57aa improve look of popup 2024-05-29 14:54:50 -04:00
Abi Raja
608ba5cc6f improve x and y position 2024-05-29 14:48:01 -04:00
Abi Raja
97cdb093a5 basic UI for selecting and editing 2024-05-29 14:40:46 -04:00
Abi Raja
939539611f
Update README.md 2024-05-29 11:03:40 -04:00
Naman
f0ee686660 null check for chunk.choices 2024-05-29 13:15:23 +05:30
Naman
c5695975c7 handle none type in llm.py 2024-05-29 13:15:23 +05:30
Naman
d31ebcaa27 types fix in image generation file 2024-05-29 07:11:03 +05:30
Abi Raja
23e631765e
Create FUNDING.yml 2024-05-23 12:19:28 -04:00
Abi Raja
bef9aa831a
Update README.md 2024-05-23 12:00:59 -04:00
Abi Raja
bf38200d2a
Merge pull request #337 from abi/qa-testing
Add e2e tests
2024-05-21 10:47:04 -04:00