5 Commits

Author SHA1 Message Date
Josh Kuhn
68a7b500f5
Immutable setter ()
Immutable builder makes things a bit less awkward
2021-01-05 22:33:49 -08:00
Josh Kuhn
7b3a2ad5c1
No more enums ()
The strings in the api change enough that enums are more of a hindrance than a help.
2021-01-04 21:58:36 -08:00
Josh Kuhn
6946acfd6c
Tweaks ()
- stop reason changed back to `length` from `max_tokens`
- Fixed the chatloop example
- Added `Clone` and `Debug` to all public types (if possible, `Error` couldn't because ureq & surf don't implement Clone for their `Error` types)
- Fix README to match the current library and not use `.unwrap`
2020-12-21 22:32:16 -08:00
Josh Kuhn
9ded1062d1
Add synchronous client feature () 2020-12-17 22:39:52 -08:00
Josh Kuhn
62193135c7
Cleanups before publishing ()
Several cleanups:
- Flesh out the README
- Make the interface a little easier to use
- Add some examples
- Add some (sparse) documentation for public components
- Mark the `FinishReason` and `Engine` enums as non-exhaustive so new members can be added in the future without breaking backwards compatibility
2020-12-05 16:43:15 -08:00