22 Commits

Author SHA1 Message Date
f0f969ef4f Fix tokio implementation 2022-12-05 12:23:40 +01:00
Josh Kuhn
d552f4047b
Update docs(#12) 2021-04-28 09:59:06 -07:00
Josh Kuhn
68a7b500f5
Immutable setter (#11)
Immutable builder makes things a bit less awkward
2021-01-05 22:33:49 -08:00
Josh Kuhn
c13b019ee9 Fix README example 2021-01-04 22:01:26 -08:00
Josh Kuhn
7b3a2ad5c1
No more enums (#10)
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
7d274dfcbd (cargo-release) start next development iteration 0.1.5-alpha.0 2020-12-21 22:35:23 -08:00
Josh Kuhn
31443eff5d (cargo-release) version 0.1.4 2020-12-21 22:33:36 -08:00
Josh Kuhn
6946acfd6c
Tweaks (#9)
- 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
3c3553d100 (cargo-release) start next development iteration 0.1.4-alpha.0 2020-12-17 22:42:14 -08:00
Josh Kuhn
55a94ace4a (cargo-release) version 0.1.3 2020-12-17 22:40:27 -08:00
Josh Kuhn
9ded1062d1
Add synchronous client feature (#8) 2020-12-17 22:39:52 -08:00
Josh Kuhn
8a2f6400b4 (cargo-release) start next development iteration 0.1.3-alpha.0 2020-12-12 22:45:34 -08:00
Josh Kuhn
861288c6d9 (cargo-release) version 0.1.2 2020-12-12 22:43:52 -08:00
Josh Kuhn
d416fb4d20 Fix finish reason breaking 2020-12-12 22:43:26 -08:00
Josh Kuhn
1b6d7f69be (cargo-release) version 0.1.1-beta.1 2020-12-09 13:53:32 -08:00
Josh Kuhn
94d633e6f2
Make this a better library (#7)
Some additions to make this more useful as a library
- Move testing only dependencies into dev-dependencies
- The library itself now uses surf instead of reqwest, which is more flexible over runtimes
- Add some crate features to allow configuring which backend to use
- Add logging for requests and responses
2020-12-09 13:52:14 -08:00
Josh Kuhn
697acd0a0b
README cleanups (#4)
* README cleanups

* Add build status

* Add crate badge

* Dont run double tests on prs
2020-12-05 17:44:06 -08:00
Josh Kuhn
3383637f24
Add serde_json version (#3) 2020-12-05 17:12:38 -08:00
Josh Kuhn
62193135c7
Cleanups before publishing (#2)
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
Josh Kuhn
06cde8ae68
Create rust CI (#1)
Sets up CI in github actions
Had to format some code to get it to pass
2020-12-05 12:06:48 -08:00
Josh Kuhn
d18d72b646 Basic functionality implemented 2020-12-05 11:45:56 -08:00
Josh Kuhn
dd10b363f0
Initial commit 2020-12-05 11:40:42 -08:00