deep-chat-dev 9.0.184 → 9.0.186
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -12
- package/custom-elements.json +5358 -5052
- package/dist/deepChat.d.ts +25 -24
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +7087 -12372
- package/dist/icons/audioIcon.d.ts.map +1 -1
- package/dist/icons/cameraIcon.d.ts.map +1 -1
- package/dist/icons/captureIcon.d.ts.map +1 -1
- package/dist/icons/closeIcon.d.ts.map +1 -1
- package/dist/icons/fileIcon.d.ts.map +1 -1
- package/dist/icons/gifIcon.d.ts.map +1 -1
- package/dist/icons/imageIcon.d.ts.map +1 -1
- package/dist/icons/microphone.d.ts.map +1 -1
- package/dist/icons/mixedFilesIcon.d.ts.map +1 -1
- package/dist/icons/notVisibilityIcon.d.ts.map +1 -1
- package/dist/icons/playIcon.d.ts.map +1 -1
- package/dist/icons/plusIcon.d.ts.map +1 -1
- package/dist/icons/refreshIcon.d.ts.map +1 -1
- package/dist/icons/stopIcon.d.ts.map +1 -1
- package/dist/icons/submitIcon.d.ts.map +1 -1
- package/dist/icons/tickIcon.d.ts.map +1 -1
- package/dist/icons/visibleIcon.d.ts.map +1 -1
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +5 -6
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +0 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
- package/dist/services/azure/azureLanguageIO.d.ts +4 -5
- package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechIO.d.ts +4 -5
- package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechToTextIO.d.ts +5 -6
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
- package/dist/services/azure/azureSummarizationIO.d.ts +6 -7
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
- package/dist/services/azure/azureTextToSpeechIO.d.ts +6 -7
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureTranslationIO.d.ts +5 -6
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
- package/dist/services/azure/utils/azureUtils.d.ts +1 -2
- package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
- package/dist/services/cohere/cohereChatIO.d.ts +5 -6
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereIO.d.ts +2 -3
- package/dist/services/cohere/cohereIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereSummarizationIO.d.ts +6 -7
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +6 -7
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts +0 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +0 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
- package/dist/services/mistral/mistralO.d.ts +5 -6
- package/dist/services/mistral/mistralO.d.ts.map +1 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts +0 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
- package/dist/services/openAI/openAIAssistantIO.d.ts +6 -7
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +7 -8
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIImagesIO.d.ts +5 -6
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
- package/dist/services/openAI/openAISpeechToTextIO.d.ts +5 -6
- package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
- package/dist/services/openAI/openAITextToSpeechIO.d.ts +5 -6
- package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts +4 -5
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +11 -12
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/serviceIOFactory.d.ts +1 -2
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +0 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
- package/dist/services/utils/baseServiceIO.d.ts +9 -10
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts +5 -6
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/services/utils/messageLimitUtils.d.ts +0 -1
- package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
- package/dist/services/utils/setFileTypes.d.ts +1 -2
- package/dist/services/utils/setFileTypes.d.ts.map +1 -1
- package/dist/types/APIKey.d.ts.map +1 -1
- package/dist/types/assemblyAI.d.ts.map +1 -1
- package/dist/types/assemblyAIResult.d.ts.map +1 -1
- package/dist/types/avatars.d.ts +0 -1
- package/dist/types/avatars.d.ts.map +1 -1
- package/dist/types/azure.d.ts.map +1 -1
- package/dist/types/azureResult.d.ts +0 -1
- package/dist/types/azureResult.d.ts.map +1 -1
- package/dist/types/button.d.ts +0 -1
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/buttonInternal.d.ts +1 -2
- package/dist/types/buttonInternal.d.ts.map +1 -1
- package/dist/types/buttonTypes.d.ts +0 -1
- package/dist/types/buttonTypes.d.ts.map +1 -1
- package/dist/types/camera.d.ts.map +1 -1
- package/dist/types/chatLimits.d.ts.map +1 -1
- package/dist/types/cohere.d.ts +0 -1
- package/dist/types/cohere.d.ts.map +1 -1
- package/dist/types/cohereResult.d.ts +0 -1
- package/dist/types/cohereResult.d.ts.map +1 -1
- package/dist/types/connect.d.ts +2 -3
- package/dist/types/connect.d.ts.map +1 -1
- package/dist/types/demo.d.ts +2 -3
- package/dist/types/demo.d.ts.map +1 -1
- package/dist/types/directConnection.d.ts +7 -8
- package/dist/types/directConnection.d.ts.map +1 -1
- package/dist/types/dropupStyles.d.ts +1 -2
- package/dist/types/dropupStyles.d.ts.map +1 -1
- package/dist/types/error.d.ts.map +1 -1
- package/dist/types/errorInternal.d.ts +0 -1
- package/dist/types/errorInternal.d.ts.map +1 -1
- package/dist/types/fileAttachments.d.ts +0 -1
- package/dist/types/fileAttachments.d.ts.map +1 -1
- package/dist/types/fileServiceConfigs.d.ts +5 -6
- package/dist/types/fileServiceConfigs.d.ts.map +1 -1
- package/dist/types/fileTypes.d.ts.map +1 -1
- package/dist/types/genericInputButton.d.ts +0 -1
- package/dist/types/genericInputButton.d.ts.map +1 -1
- package/dist/types/handler.d.ts +0 -1
- package/dist/types/handler.d.ts.map +1 -1
- package/dist/types/headers.d.ts +0 -1
- package/dist/types/headers.d.ts.map +1 -1
- package/dist/types/history.d.ts +4 -0
- package/dist/types/history.d.ts.map +1 -0
- package/dist/types/html.d.ts +0 -1
- package/dist/types/html.d.ts.map +1 -1
- package/dist/types/huggingFace.d.ts.map +1 -1
- package/dist/types/huggingFaceResult.d.ts +0 -1
- package/dist/types/huggingFaceResult.d.ts.map +1 -1
- package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts +1 -2
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/keyVerificationDetails.d.ts +0 -1
- package/dist/types/keyVerificationDetails.d.ts.map +1 -1
- package/dist/types/messageFile.d.ts.map +1 -1
- package/dist/types/messages.d.ts +2 -3
- package/dist/types/messages.d.ts.map +1 -1
- package/dist/types/messagesInternal.d.ts +2 -3
- package/dist/types/messagesInternal.d.ts.map +1 -1
- package/dist/types/microphone.d.ts +1 -2
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/types/mistral.d.ts.map +1 -1
- package/dist/types/names.d.ts +0 -1
- package/dist/types/names.d.ts.map +1 -1
- package/dist/types/object.d.ts.map +1 -1
- package/dist/types/openAI.d.ts +0 -1
- package/dist/types/openAI.d.ts.map +1 -1
- package/dist/types/openAIInternal.d.ts +1 -2
- package/dist/types/openAIInternal.d.ts.map +1 -1
- package/dist/types/openAIResult.d.ts +0 -1
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/types/response.d.ts +0 -1
- package/dist/types/response.d.ts.map +1 -1
- package/dist/types/responseInternal.d.ts +0 -1
- package/dist/types/responseInternal.d.ts.map +1 -1
- package/dist/types/stabilityAI.d.ts.map +1 -1
- package/dist/types/stabilityAIResult.d.ts.map +1 -1
- package/dist/types/stream.d.ts.map +1 -1
- package/dist/types/styles.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +0 -1
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/types/textInput.d.ts +0 -1
- package/dist/types/textInput.d.ts.map +1 -1
- package/dist/types/textToSpeech.d.ts.map +1 -1
- package/dist/types/typeConverters.d.ts.map +1 -1
- package/dist/types/utilityTypes.d.ts.map +1 -1
- package/dist/types/validateInput.d.ts.map +1 -1
- package/dist/types/validationHandler.d.ts +0 -1
- package/dist/types/validationHandler.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMShared.d.ts.map +1 -1
- package/dist/types/webModel/webModel.d.ts.map +1 -1
- package/dist/utils/HTTP/HTTPRequest.d.ts +1 -2
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts +2 -3
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/utils/HTTP/requestUtils.d.ts +8 -9
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
- package/dist/utils/HTTP/stream.d.ts +4 -5
- package/dist/utils/HTTP/stream.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts +3 -4
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/utils/browser/browser.d.ts.map +1 -1
- package/dist/utils/buttons/inputButtons.d.ts +0 -1
- package/dist/utils/buttons/inputButtons.d.ts.map +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -1
- package/dist/utils/data/objectUtils.d.ts.map +1 -1
- package/dist/utils/decorators/property.d.ts +0 -1
- package/dist/utils/decorators/property.d.ts.map +1 -1
- package/dist/utils/decorators/renderControl.d.ts +0 -1
- package/dist/utils/decorators/renderControl.d.ts.map +1 -1
- package/dist/utils/decorators/typeConverters.d.ts +0 -1
- package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
- package/dist/utils/demo/demo.d.ts +1 -2
- package/dist/utils/demo/demo.d.ts.map +1 -1
- package/dist/utils/element/elementUtils.d.ts.map +1 -1
- package/dist/utils/element/imageUtils.d.ts.map +1 -1
- package/dist/utils/element/statefulEvents.d.ts +0 -1
- package/dist/utils/element/statefulEvents.d.ts.map +1 -1
- package/dist/utils/element/styleUtils.d.ts +0 -1
- package/dist/utils/element/styleUtils.d.ts.map +1 -1
- package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
- package/dist/utils/events/fireEvents.d.ts +1 -2
- package/dist/utils/events/fireEvents.d.ts.map +1 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts +0 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
- package/dist/utils/legacy/legacy.d.ts +4 -5
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/utils/svg/svgIconUtils.d.ts.map +1 -1
- package/dist/utils/webComponent/googleFont.d.ts.map +1 -1
- package/dist/utils/webComponent/internalHTML.d.ts +1 -2
- package/dist/utils/webComponent/internalHTML.d.ts.map +1 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts +0 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/chatView.d.ts +1 -2
- package/dist/views/chat/chatView.d.ts.map +1 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +0 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonCSS.d.ts +1 -2
- package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +0 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/inputButton.d.ts +2 -2
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +3 -4
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +2 -3
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts +1 -2
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts +5 -6
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +5 -6
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +1 -2
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +12 -12
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +1 -2
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropup.d.ts +5 -6
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -3
- package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupMenu.d.ts +1 -2
- package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +6 -7
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -1
- package/dist/views/chat/input/input.d.ts +5 -6
- package/dist/views/chat/input/input.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInput.d.ts +6 -8
- package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInputEvents.d.ts +1 -2
- package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts +4 -5
- package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
- package/dist/views/chat/introPanel/introPanel.d.ts +0 -1
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
- package/dist/views/chat/messages/avatar.d.ts +0 -1
- package/dist/views/chat/messages/avatar.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessageUtils.d.ts +4 -5
- package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts +2 -3
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +2 -3
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -4
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlUtils.d.ts +1 -2
- package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +0 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -1
- package/dist/views/chat/messages/messageStyleUtils.d.ts +2 -3
- package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts +5 -5
- package/dist/views/chat/messages/messageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +10 -12
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesBase.d.ts +14 -13
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesHistory.d.ts +15 -0
- package/dist/views/chat/messages/messagesHistory.d.ts.map +1 -0
- package/dist/views/chat/messages/name.d.ts +0 -1
- package/dist/views/chat/messages/name.d.ts.map +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -2
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
- package/dist/views/chat/messages/setupMessages.d.ts +1 -2
- package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts +3 -4
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +0 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
- package/dist/views/error/errorView.d.ts.map +1 -1
- package/dist/views/insertKey/insertKeyView.d.ts +0 -1
- package/dist/views/insertKey/insertKeyView.d.ts.map +1 -1
- package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +0 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts +4 -5
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/dist/webModel/webModelConfig.d.ts.map +1 -1
- package/dist/webModel/webModelIntroMessage.d.ts +0 -1
- package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/deepChat.bundle.js +0 -1
- package/dist/services/gemini/gemini.d.ts +0 -29
- package/dist/services/gemini/gemini.d.ts.map +0 -1
- package/dist/services/gemini/utils/geminiUtils.d.ts +0 -13
- package/dist/services/gemini/utils/geminiUtils.d.ts.map +0 -1
- package/dist/types/GCP.d.ts +0 -22
- package/dist/types/GCP.d.ts.map +0 -1
- package/dist/types/permittedErrorMessage.d.ts +0 -4
- package/dist/types/permittedErrorMessage.d.ts.map +0 -1
- package/dist/webModel/worker.d.ts +0 -1
- package/dist/webModel/worker.d.ts.map +0 -1
package/README.md
CHANGED
@@ -33,7 +33,7 @@ If using React, install the [following](https://www.npmjs.com/package/deep-chat-
|
|
33
33
|
npm install deep-chat-react
|
34
34
|
```
|
35
35
|
|
36
|
-
|
36
|
+
Simply add the following to your markup:
|
37
37
|
|
38
38
|
```
|
39
39
|
<deep-chat></deep-chat>
|
@@ -108,9 +108,9 @@ Input text with your voice using Speech To Text capabilities and have the respon
|
|
108
108
|
|
109
109
|
Check out live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice:
|
110
110
|
|
111
|
-
| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular
|
112
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
113
|
-
| <a href="https://stackblitz.com/edit/deep-chat-react?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-vue3?file=src%2FApp.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-svelte?file=src%2FApp.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <div align="center"><a href="https://stackblitz.com/edit/deep-chat-sveltekit?file=src%2Froutes%2F%2Bpage.svelte" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://stackblitz.com/edit/
|
111
|
+
| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS |
|
112
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
113
|
+
| <a href="https://stackblitz.com/edit/deep-chat-react?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-vue3?file=src%2FApp.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-svelte?file=src%2FApp.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <div align="center"><a href="https://stackblitz.com/edit/deep-chat-sveltekit?file=src%2Froutes%2F%2Bpage.svelte" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://stackblitz.com/edit/stackblitz-starters-7gygrp?file=src%2Fapp%2Fapp.component.ts" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://stackblitz.com/edit/deep-chat-solid?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://deepchat.dev/examples/frameworks#next" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/nuxt-starter-vwz6pg?file=app.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nuxtLogo.png" width="70"/></a> | <a href="https://codesandbox.io/s/deep-chat-vanillajs-v2ywnv?file=/index.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vanillaJSLogo.png" width="60"/></a> |
|
114
114
|
|
115
115
|
Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds:
|
116
116
|
|
@@ -157,20 +157,25 @@ $ npm run build:bundle
|
|
157
157
|
Thankyou to our generous sponsors!
|
158
158
|
|
159
159
|
<p align="center">
|
160
|
-
|
161
|
-
<img src="https://github.com/eljefedelrodeodeljefe.png" width="110px" />
|
162
|
-
|
160
|
+
|
163
161
|
<img src="https://github.com/matthiasamberg.png" width="110px"/>
|
164
162
|
|
165
163
|
<img src="https://github.com/dorra.png" width="110px"/>
|
164
|
+
|
165
|
+
<img src="https://github.com/techpeace.png" width="110px" />
|
166
|
+
|
167
|
+
<img src="https://github.com/aquarius-wing.png" width="110px" />
|
166
168
|
</p>
|
167
169
|
<p align="center">
|
168
|
-
|
169
|
-
|
170
|
+
|
170
171
|
<a href="https://github.com/matthiasamberg">matthiasamberg</a>
|
171
|
-
|
172
|
-
<a href="https://github.com/
|
173
|
-
|
172
|
+
|
173
|
+
<a href="https://github.com/dorra">dorra</a>
|
174
|
+
|
175
|
+
<a href="https://github.com/techpeace">techpeace</a>
|
176
|
+
|
177
|
+
<a href="https://github.com/aquarius-wing">aquarius-wing</a>
|
178
|
+
|
174
179
|
</p>
|
175
180
|
|
176
181
|
## :heart: Contributions
|