Skip to content

Releases: ogios/huggingchat-api

v0.0.2.5

01 Oct 03:59
Compare
Choose a tag to compare

Changes:

  • Feat: add support for custom prompt api
  • Feat: add timeout param for Customflow.wait() and default to 30s

v0.0.2.4

30 Sep 15:34
f2bcf8b
Compare
Choose a tag to compare

Fix:

  • summarize api removed causing endless loop;

v0.0.2.3

30 Sep 13:37
Compare
Choose a tag to compare

Changes:

  • Feat! : ( Testing, not sure if it's working 🤨 ) System & User prompt injection
  • rm: Open-Assistant is removed from ListBots
  • Fix: Chatflow error not shown in Message hence hard to debug from log
  • Update: Change multiple type hints to Union to adapt lower python version #87

v0.0.2.2

30 Sep 10:14
f279173
Compare
Choose a tag to compare

Changes:

  • Fix: error not shown when Chatflow's fatal

V0.0.2.1

24 Sep 12:01
7acba35
Compare
Choose a tag to compare

Changes

  • Fix! : response parse process (response body changed)
  • Fix! : web search parse process (api removed)
  • Feat: Provide stdout with flush that suits better for stream output
  • too much changes, i forgor💀

Contributors

mYsELf 😭

V0.0.2.0

18 Sep 05:52
Compare
Choose a tag to compare

Huge amount of changes

Warning: this version may not be stable, please submit issues when encounter one.

Feature:

  • Every request is run in async event_loop.
  • Migrate from requests to aiohttp.
  • New dataclass: ModelConfig / RequestOptions / RequestData for easier customization of request data and model parameters.
  • No changes to the usage of existing methods which avoids rewriting the code.
  • Wiki

Contributers

@ogios mYseLF 😭

V0.0.1.6

15 Sep 07:47
951d070
Compare
Choose a tag to compare

Addons:

  • models: codellama/CodeLlama-34b-Instruct-hf & tiiuae/falcon-180B-chat
  • waiting message in terminal_cli.py

Changed:

  • terminal_cli.main() changed to async pattern
  • some type hints in model config (no effect in use)