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
Would this be correct for setting an OpenAI model temperature? (Sorry to ask here, but it's hard for me to know, since I don't think I can see model details of my ellmer chat object?)
Would this be correct for setting an OpenAI model temperature? (Sorry to ask here, but it's hard for me to know, since I don't think I can see model details of my ellmer chat object?)
my_chat <- chat_openai( model = "gpt-4o-mini", api_args = list(temperature = 0) )
The text was updated successfully, but these errors were encountered: