deontologician / openai-api-rust

Rust client for OpenAI API
Apache License 2.0
104 stars 26 forks source link

Release version 0.1.5 - no more Engine enum #13

Open manuelzander opened 3 years ago

manuelzander commented 3 years ago

👋🏼 Hi, I've been playing around with this crate and realised that the lastest released version is 0.1.4.

Version 0.1.5-alpha.0 fixes an issue I have with the API, namely I would like to use the davinci-instruct-beta engine, which I think is possible with version 0.1.5-alpha.0, since that version doesn't rely on the Engine enum anymore.

Would it be possible to release version 0.1.5 on crates.io?

Many thanks, manuel

manuelzander commented 3 years ago

In the meantime, specifying the below in the Cargo.toml of my project seems to allow me to run the examples.

[dependencies]
openai-api = { git = "https://github.com/deontologician/openai-api-rust" , branch = "main" }
tokio = { version = "^0.2.5", features = ["full"]}
acilveti commented 1 year ago

Long time since the request has been done, but since I am having the same one, it would be helpful to have crates.io updated to 1.5. Many thanks, Ander