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
The HttpClient in GroqPlugin has no timeout configured (default is 100s). If the Groq API is slow or returns
an error, the app freezes with no feedback. Suggested fix: set Timeout = TimeSpan.FromSeconds(30) and show an error
message to the user
The HttpClient in GroqPlugin has no timeout configured (default is 100s). If the Groq API is slow or returns
an error, the app freezes with no feedback. Suggested fix: set Timeout = TimeSpan.FromSeconds(30) and show an error
message to the user