Is wispbyte blocking network connections to public api?

Posted by consul in websites.

I have a Python FastAPI server running on your free tier that recently stopped being able to connect to the Groq API (api.groq.com). This was working correctly until recently. I ran a connectivity test directly from my server console and received a 403 response: python3 c "import requests; r = requests.get('https://api.groq.com', timeout=10); print(r.status code)" 403 This appears to be a network level block on outbound connections to external APIs from free tier servers. My application code has not changed and the Groq API key is valid.

Replies

mrcerise

Hello, Wispbyte does not block requests to the grok api I tried to run a server with this code : And gave me : It shows that the request worked, it might be an error from your code or your API key being invalid

Wispbyte Community Forum