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
In systems configured to use "," (comma) as decimal separator, such as with the Italian regional settings, number of type Double such as the temperature are converted to strings like "0,5" instead of "0.5".
OpenAI API doesn't accept "," as decimal separator, and therefore the HTTP call fails.
This commit fixes this bug.
0 commit comments