Skip to content

Conversation

danorlando
Copy link
Owner

No description provided.

danny-avila and others added 25 commits April 8, 2023 23:19
feat(askOpenAI.js): add abort endpoint to cancel requests
feat(MessageHandler): add abort functionality to cancel requests
feat(submission.js): add lastResponse and source atoms to store
feat(handleSubmit.js): add stopGenerating function to cancel requests
feat(data-service.ts): add abortRequestWithMessage function
feat(react-query-service.ts): add useAbortRequestWithMessage hook
fix(api): change arrowParens prettier option to always
fix(api): update addToCache to include endpointOption and latestMessage
fix(api): update askOpenAI to include endpointOption in abortControllers
fix(client): remove abortKey state and add currentParent state to MessageHandler
fix(addToCache.js): remove unused variables and parameters
feat(addToCache.js): add message to cache with id, parentMessageId, role, and text
fix(askOpenAI.js): remove parentMessageId parameter from addToCache call
feat(MessageHandler.jsx): add latestMessage to store on cancel of submission, and generate messageId and parentMessageId for latestMessage
feat: support unfinished messages.
…iable

fix(Input): prevent submitting message when isSubmitting is true and Enter key is pressed
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
…rage

fix(getDefaultConversation.js): use last selected model from localStorage if available
User providered key and unfinished messages.
…e" to "user_provided" in bingai.js and chatgpt-browser.js clients and endpoints.js router
fix: fix infinite query failure when conversationId is not found
@danorlando danorlando merged commit ba86130 into danorlando:main Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants