8000 Tags · peterdanwan/chatcraft.org · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: peterdanwan/chatcraft.org

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make model listing llama.cpp friendly (tarasglek#662)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve padding and icon sizes for mobile prompt (tarasglek#654)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update deps for May 16, 2024 (tarasglek#639)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feed icon open raw feed (tarasglek#573)

* Feed icon open raw feed

* remove unused useCopyToClipboard

* get parsedURL.origin

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated regex to ignore backslash (tarasglek#559)

* Updated regex to ignore backslash

* Readjusted comments as previous

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
0