You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the CompletionArgs builder and tried using it in complete_prompt like in the example but I'm receiving this error:
the trait bound `CompletionArgs: From<&mut CompletionArgsBuilder>` is not satisfied
the trait `From<&str>` is implemented for `CompletionArgs`
required for `&mut CompletionArgsBuilder` to implement `Into<CompletionArgs>`
Is this supposed to be correct?
Thank you for any assistance.
The text was updated successfully, but these errors were encountered:
Hi there!
I tried using the
CompletionArgs
builder and tried using it incomplete_prompt
like in the example but I'm receiving this error:Is this supposed to be correct?
Thank you for any assistance.
The text was updated successfully, but these errors were encountered: