Skip to content

Releases: outlines-dev/outlines

Outlines v0.0.16

14 Dec 10:39
Compare
Choose a tag to compare

What's Changed

  • Define end-to-end applications by @rlouf in #413
  • Create a new AsyncOpenai client for each request by @rlouf in #434

Full Changelog: 0.0.15...0.0.16

Outlines v0.0.15

13 Dec 14:50
Compare
Choose a tag to compare

What's Changed

  • Add models playing chess example by @rlouf in #394
  • Documentation prompting by @rlouf in #426
  • Fix vectorize signature and caching in OpenAI integration by @rlouf in #430

Full Changelog: 0.0.14...0.0.15

Outlines v0.0.14

08 Dec 11:27
Compare
Choose a tag to compare

What's Changed

  • anyOf and oneOf implementation of the JSON Schema spec are incorrect by @BruParis in #399
  • Update the documentation styling and Home Page by @rlouf in #408
  • Track usage, add system prompt and timeout by @HerrIvan in #388
  • Change line spacing and index code width by @rlouf in #409
  • Fix the width of the code example on index by @rlouf in #410
  • Improve Getting Started section of the documentation by @rlouf in #411
  • Update README.md by @rlouf in #412
  • Remove unused FSM code by @brandonwillard in #414
  • Refactor the sequence generation by @rlouf in #366
  • Add Mamba models by @rlouf in #403

New Contributors

Full Changelog: 0.0.13...0.0.14

Outlines v0.0.13

30 Nov 17:37
12392f2
Compare
Choose a tag to compare

What's Changed

  • step by step prompting and colons in prompts by @MeDott29 in #390
  • Correct auto-gpt name in exception by @amrrs in #392
  • Add Chain of Density prompting example by @rlouf in #389
  • fixes generate.json() not working with json schema strings by @bettybas in #395

New Contributors

Full Changelog: 0.0.12...0.0.13

Outlines v0.0.12

24 Nov 15:48
Compare
Choose a tag to compare

What's Changed

  • Fix a typo in the documentation by @rlouf in #369
  • Modify the openai model to conform to the new openai sdk v1.0.0 by @RobinPicard in #364
  • Add "was this page helpful?" widget by @rlouf in #372
  • Remove unused arguments from openai generate functions. by @HerrIvan in #376
  • "Optimistic" is_in generation for openai. by @HerrIvan in #378
  • Add hiring ad on Outlines by @rlouf in #384
  • Refactor the OpenAI integration by @rlouf in #381
  • Remove unnecessary comment in OpenAI integration by @rlouf in #385
  • Mention in README datasets requirement by @rlouf in #386
  • Add integration for AutoGPTQ and AutoAWQ by @rlouf in #343

New Contributors

Full Changelog: 0.0.11...0.0.12

Outlines v0.0.11

15 Nov 12:45
Compare
Choose a tag to compare

What's Changed

  • Add optional api_key parameter by @bettybas in #362
  • Build a JSON schema from a function's signature by @rlouf in #355
  • Implement text.generate.format constrained generation by @rlouf in #358
  • Remove top-level imports of transformers and datasets by @rlouf in #367

New Contributors

Full Changelog: 0.0.10...0.0.11

Outlines v0.0.10

13 Nov 11:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.9...0.0.10

Outlines v0.0.9

22 Oct 19:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

Outlines v0.0.8

14 Aug 18:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8

Outlines v0.0.7

24 Jul 11:32
Compare
Choose a tag to compare

What's Changed

  • Convert tokens to strings before partial matching by @rlouf in #194
  • Generate a choice between different strings by @rlouf in #188

Full Changelog: 0.0.6...0.0.7