Skip to content

Releases: jepler/chap

Add mistral back-end

17 Apr 15:48
7999721
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

08 Mar 20:27
fac2dfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

12 Dec 23:08
9f6ace3
Compare
Choose a tag to compare

What's Changed

  • Document how to run mypy; move mypy settings to pyproject.toml by @jepler in #28
  • improve project metadata (h/t pyroma) by @jepler in #29
  • Switch chap tui to a multiline text field by @jepler in #30

Full Changelog: 0.7.0...0.8.0

0.7.0

09 Nov 17:51
03e0adf
Compare
Choose a tag to compare

What's Changed

  • chap tui: add ability to cancel generation with escape key by @jepler in #16
  • add codespell to pre-commit by @jepler in #17
  • Misc ux improvements by @jepler in #18
  • Dynamically load requirements.txt in pyproject.toml by @jepler in #15
  • PK readability improvements by @peterkaminski in #20
  • Add contributing and code-of-conduct documents by @jepler in #22
  • Added (as separate github repos) example plugins to prove the concept by @jepler in #26
  • Refactor and add typing information by @jepler in #27
  • Add gpt-4-1106-preview (gpt-4-turbo) to model list by @jepler in #25

Full Changelog: 0.6.0...0.7.0

Add huggingface back-end & improve TUI features

29 Sep 15:19
f3bf17c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

Add llama.cpp back-end

24 Sep 21:18
1b700aa
Compare
Choose a tag to compare

What's Changed

  • Add background option help; add chatgpt max-request-tokens by @jepler in #11
  • Add llama.cpp support by @jepler in #12

Full Changelog: 0.4.0...0.5.0

Allow use of other openai models via `-B backend:gpt-4`

23 Sep 13:55
62a4a69
Compare
Choose a tag to compare

What's Changed

  • Support backend parameters via -B name:value by @jepler in #10

Full Changelog: 0.3.0...0.4.0

Texual compatibility release

20 May 17:21
1c597cd
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

04 Apr 14:47
f81fc86
Compare
Choose a tag to compare

What's Changed

  • basic import from chatgpt by @jepler in #4
  • Use markdown flavor & textual 0.18 compatibility by @jepler in #3
  • added chap grep
  • use flavored markdown to render markdown closer to how chat.openai.com does
  • don't crash for network errors

Full Changelog: 0.1.1...0.2.0

Fix markdown on release page

13 Mar 23:39
1a2d1b0
Compare
Choose a tag to compare
Pre-release
Merge pull request #1 from jepler/enable-codeql

let's see what codeql sees