openai-api-rust icon indicating copy to clipboard operation
openai-api-rust copied to clipboard

fix: Readme Typo

Open milldr opened this issue 2 years ago • 0 comments

What

corrected complete() to complete_prompt()

Why

Incorrect method name:

error[E0599]: no method named `complete` found for struct `Client` in the current scope
  --> src/main.rs:11:16
   |
11 |         client.complete(prompt.as_str()).await?
   |                ^^^^^^^^ help: there is a method with a similar name: `complete_prompt`

milldr avatar Dec 29 '22 19:12 milldr