Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.1.5 - no more Engine enum #13

Open
manuelzander opened this issue Jul 6, 2021 · 2 comments
Open

Release version 0.1.5 - no more Engine enum #13

manuelzander opened this issue Jul 6, 2021 · 2 comments

Comments

@manuelzander
Copy link

👋🏼 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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants