Skip to content

Tags: approximatelabs/datadm

Tags

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update backend.py - added gpt-3.5-16k and gpt-4-32k as model options (#…

…10)

* Update backend.py - added gpt-3.5-16k and gpt-4-32k as model options

To enable chats with longer context

* Update backend.py - shortened initialization of OpenAI models

Perhaps a shorter way to initialize of OpenAI models

* Update backend.py

Re-order the models

---------

Co-authored-by: Justin Waugh <916073+bluecoconut@users.noreply.github.com>

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
guseggert Gus Eggert
Upgrade guidance

This fixes guidance-ai/guidance#245

0.3.4

Toggle 0.3.4's commit message
ignore decode errors

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Features 0618 (#7)

* readme, analytics, more packages, and cuda image

* fix cuda iamge as it should be

0.3.2

Toggle 0.3.2's commit message
fix search

0.3.1

Toggle 0.3.1's commit message
some ui fixes due to package updates

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Search (#5)

* add search scaffold

* basic search

* env var clean

* search path now

* fix env

---------

Co-authored-by: Kevin Huo <kevin@approximatelabs.com>

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Starchat-beta as a new model (#4)

* Update local model to starchat-beta

https://huggingface.co/HuggingFaceH4/starchat-beta

* Update README.md

Changed starchat model link to starchat-beta

* Adding starcoderchat-beta model

* small cleanup

---------

Co-authored-by: stoparrot <you@example.com>
Co-authored-by: Justin Waugh <916073+bluecoconut@users.noreply.github.com>

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.2.0

Toggle 0.2.0's commit message
update demo, clean errors