181 Commits

Author SHA1 Message Date
Ian Arawjo
5ebf045f89 Add lazyloader for images 2024-03-30 18:23:32 -04:00
Ian Arawjo
34d8984b43 Convert to/from TF and Items nodes 2024-03-30 18:23:32 -04:00
Ian Arawjo
dc2b269a01 wip 2024-03-30 18:23:32 -04:00
Ian Arawjo
efd9f82cbe Fix new Chrome bug with file import readers not appearing as arrays; and fix bug with exportCache 2024-03-30 18:23:31 -04:00
Ian Arawjo
b517e1c95f WIP: Better rate limiting 2024-03-30 18:22:28 -04:00
Ian Arawjo
0b8ed6e0e9 Add support for image models and add Dall-E models. 2024-03-30 18:21:08 -04:00
Ian Arawjo
81aa668f9d Add build/ to gitignore 2024-03-30 18:21:08 -04:00
Ian Arawjo
c764c040c6 Bug fix 2024-03-30 18:21:08 -04:00
Ian Arawjo
589fb5342f cleanup 2024-03-30 18:21:08 -04:00
Ian Arawjo
a77a67b22a COMPLETE! (not yet tested, tho). Remove fetch_from_backend. 2024-03-30 18:21:08 -04:00
Ian Arawjo
c9ca53e5ec wip 2024-03-30 18:21:08 -04:00
Ian Arawjo
8d5d0665f8 wip 2024-03-30 18:21:08 -04:00
Ian Arawjo
db251cedb0 wip: prompt node done 2024-03-30 18:21:08 -04:00
Ian Arawjo
508f421266 wip 2024-03-30 18:21:08 -04:00
Ian Arawjo
a6309ad444 wip 2024-03-30 18:21:08 -04:00
Ian Arawjo
67432f9853 wip 2024-03-30 18:21:08 -04:00
Ian Arawjo
cf23bf1150 rerun prettier 2024-03-30 18:21:08 -04:00
Ian Arawjo
d9559dc955 wip 2024-03-30 18:21:07 -04:00
Ian Arawjo
706d8b11ee wip 2024-03-30 18:21:06 -04:00
Ian Arawjo
712dda170a Remove console.log 2024-03-30 18:18:12 -04:00
Ian Arawjo
ce282459ca Turn AlertModal into a Provider with useContext 2024-03-30 18:18:11 -04:00
Ian Arawjo
8d24218d63 wip 2024-03-30 18:16:13 -04:00
Ian Arawjo
d43a61e1cc wip 2024-03-30 18:16:13 -04:00
Ian Arawjo
d98de2b7ca WIP. Refactor addNodes in App.tsx to be simpler. 2024-03-30 18:16:13 -04:00
Ian Arawjo
00e5d0764b wip 2024-03-30 18:15:27 -04:00
Ian Arawjo
d098d26793 wip 2024-03-30 18:14:55 -04:00
Ian Arawjo
a20d70b5f2 wip 2024-03-30 18:14:14 -04:00
Ian Arawjo
484f72c6b8 wip 2024-03-30 18:14:14 -04:00
Ian Arawjo
f45d99e3e2 wip 2024-03-30 18:14:14 -04:00
Ian Arawjo
3bf4c0d2b9 wip 2024-03-30 18:14:14 -04:00
Ian Arawjo
05eb8466a0 wip 2024-03-30 18:14:13 -04:00
Ian Arawjo
e81be86b6b wip 2024-03-30 18:12:07 -04:00
Ian Arawjo
a576eba6f8 wip prompt node 2024-03-30 18:12:07 -04:00
Ian Arawjo
6139e5aa4a run prettier and eslint 2024-03-30 18:12:07 -04:00
Ian Arawjo
9ef8183623 More typing... 2024-03-30 18:12:06 -04:00
Ian Arawjo
a26f6d068c Run prettier. Wip 2024-03-30 18:05:20 -04:00
Ian Arawjo
6f231a5f79 More typing. Modularize debounce funcs. 2024-03-30 18:05:20 -04:00
Ian Arawjo
fdef9267f9 wip 2024-03-30 18:05:20 -04:00
Ian Arawjo
44581ccbdf Typify ItemsNode and fix some strict typing errors in utils and query 2024-03-30 18:05:19 -04:00
Ian Arawjo
6620848b1a More typing 2024-03-30 18:05:19 -04:00
Ian Arawjo
f91cf7cef8 Type store.js. Change info to vars. NOTE: This breaks backwards compat. WIP. 2024-03-30 18:05:18 -04:00
Ian Arawjo
ecc3441209 Type ResponseBoxes.js 2024-03-30 18:01:10 -04:00
Ian Arawjo
b2a96bf9cc Refactor: modularize response boxes 2024-03-30 18:01:10 -04:00
Ian Arawjo
5fe3364351 Start to convert to TS 2024-03-30 18:01:08 -04:00
ianarawjo
eb51d1cee9
Add Amazon Bedrock models to main (#251)
* Adding support for Amazon Bedrock models (#247)

* Create global setting for GenAI features provider, to support Bedrock (Anthropic) models as an alternative

* Reformats dropdown in PromptNode to use Mantine ContextMenu with a nested menu, to save space. 

* Remove build folder from git

* Fix context menu to close on click-off. Refactor context menu array code.

* Ensure context menu is positioned below the Add+ button, like a proper dropdown. 

* Toggle context menu off when clicking btn again.

---------

Co-authored-by: Massimiliano Angelino <angmas@amazon.com>
2024-03-30 17:59:17 -04:00
Ian Arawjo
ad84cfdecc Add Claude Haiku 2024-03-21 21:33:16 -04:00
Ian Arawjo
b832b7ba21 Rebuild 2024-03-17 00:01:58 -04:00
Ian Arawjo
91afd61c6c Bug fix toggle visibility
The visibility toggle was screwed up due to an eslint autofix code rewrite, it appears.
2024-03-16 23:59:47 -04:00
Ian Arawjo
fac5579eee Rebuild 2024-03-15 19:59:05 -04:00
Ian Arawjo
f4e06fd00d Bug fix fill templated settings vars 2024-03-15 19:56:19 -04:00