Tags: peterdanwan/chatcraft.org
Tags
improve padding and icon sizes for mobile prompt (tarasglek#654)
Allow downloading and re-announcing messages of infinite length (tara… …sglek#602) * Break big messages into smaller chunks for Speak Option to avoid surpassing max TTS limit * Allow downloading large messages by combining smaller generated blobs * Optimize audio download speed using concurrent promises * Guarantee that all broken chunks are under max character length for all cases * Use dynamic character length when force breaking chunks
Feed icon open raw feed (tarasglek#573) * Feed icon open raw feed * remove unused useCopyToClipboard * get parsedURL.origin
Updated regex to ignore backslash (tarasglek#559) * Updated regex to ignore backslash * Readjusted comments as previous
Add the Providers selection Menu Group to easy switch between provide… …rs (tarasglek#535) * Setup easy switching for providers * Add support for free models * Update the switch easier functionality for mobile prompt * Fix alignment * refactor code to remove variables for supported providers * Made changes to use provider name as key to support custom providers * not required * Changed checkmark to chevron icon * menu should be open while switching provide B6DD rs and close while selecting models * Refactored code to be more efficient * fixed unintentional change
Add multiple image compression options (tarasglek#513) * add compress options in settings * add option for maxWidthOrHeight * fix missing dependencies * fieldset for same group * using option object instead of flat vars * split form control * update helper texts
Add: Generate Image by DALL·E 3 (tarasglek#493) * add generateImage function * remove debug comment * change command to image * add image command instructions * add n parameter instructions * use the currentProvider.createClient method * display no supported models error * refactor for same key value names
Added functionality to share a message vs chat (tarasglek#481) * updated chatcraftchat model to have a function to share single message * Updated messagebase to show share message option in the menu * Display URL in prompt message * URL should be copied to clipboard and message should be displayed * Fixed lint error * Revert settings.json unwanted commit
PreviousNext