valentinegb / openai

An unofficial Rust library for the OpenAI API.
https://crates.io/crates/openai/
MIT License
61 stars 18 forks source link

examples/completions_cli compilation fix #33

Closed gubatron closed 1 year ago

gubatron commented 1 year ago

build for that example was broken.

valentinegb commented 1 year ago

Ah, thanks, guess I forgot to change that haha- I'm fixing it with a commit (d187ffc) since the rest of the changes in this PR are unrelated.