openai-api-rust
openai-api-rust copied to clipboard
Release version 0.1.5 - no more Engine enum
👋🏼 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
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"]}
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