Daniel Avila
5c5871afd8
style(endpoints.js): fix indentation and add semicolons
...
fix(tokenizer.js): add try-catch block and error handling
style(SetTokenDialog/index.jsx): fix typo in sentence
refactor(data-service.ts): change argument format to match server API
2023-04-11 10:28:11 -04:00
Daniel D Orlando
fb7542c865
fix: fix infinite query failure when conversationId is not found
2023-04-10 14:55:39 -07:00
Daniel Avila
828e438d53
feat(api-endpoints.ts): add abortRequest endpoint
...
feat(data-service.ts): add abortRequestWithMessage function
feat(react-query-service.ts): add useAbortRequestWithMessage hook
2023-04-09 09:21:04 -04:00
Daniel D Orlando
7b7ba96786
Move createPayload and sse to data-provider, create TSubmission type
2023-04-06 14:56:33 -07:00
Daniel D Orlando
06a7ed31ac
remove unused endpoints
2023-04-06 14:56:33 -07:00
Daniel D Orlando
83df28f45d
add RQ tokenizer
2023-04-06 14:56:33 -07:00
Daniel D Orlando
48e33fe1e9
Add support for deleting individual presets
2023-04-06 14:56:33 -07:00
Daniel D Orlando
61cb2858bb
refactor and optimize search, add RQ for search
2023-04-06 14:56:33 -07:00
Daniel D Orlando
3d0bfaef51
Add presets and endpoints data services
2023-04-06 14:56:33 -07:00
Daniel D Orlando
68041d68ae
fix types
2023-04-06 14:56:33 -07:00
Daniel D Orlando
93b685a1a2
change endpoints.ts to api-endpoints.ts
2023-04-06 14:56:33 -07:00
Daniel D Orlando
1cb8ef9803
feat: convert Chat.jsx to RQ
2023-04-06 14:56:00 -07:00
Daniel D Orlando
573112de7b
fix: fix conversations in nav (put refreshConvoHint back)
2023-04-06 14:56:00 -07:00
Daniel D Orlando
dd0a91a9f6
add RQ to clear all conversations
2023-04-06 14:56:00 -07:00
Daniel D Orlando
94e0636b32
add delete conversation mutation, fix withAuthentication on post requests
2023-04-06 14:56:00 -07:00
Daniel D Orlando
bd53b878d4
update react-query-service
2023-04-06 14:56:00 -07:00
Daniel D Orlando
c6d3bcd457
feat: Add RQ to Conversation component, create temp Chat component with RQ for compare and debugging
2023-04-06 14:56:00 -07:00
Daniel D Orlando
2589754171
feat: add data-provider
2023-04-06 14:54:37 -07:00