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
fix: improve error handling in OpenAICompatibleTinkerServer sampling
- Wrapped the sampling call in a try-except block to handle APIStatusError exceptions gracefully.
- Extracted detailed error messages from the exception body to provide clearer feedback in case of failures.
0 commit comments