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 took a closer look at this. I don't actually think model is a supported attribute of a GenerateRequest (which is the return type for a PromptFn). Likely this is a consequence of a typescript limitation, or perhaps we can find a way to tighten this up. Will need to follow up on that.
It's easy to confuse this with the similarly named GenerateOptions, which is the output of the renderPrompt(...) helper and the input for the generate(...) helper.
The prompt config can contain a configured model. We should coalesce the two options. See also #337.
The text was updated successfully, but these errors were encountered: