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
HuggingFace exposes InferenceClient.chat.completions.create() as an OpenAI-compatible alias. This bypasses the patched chat_completion method, so calls through this path go uninstrumented.