#Custom-GPT not connecting to server
1 messages · Page 1 of 1 (latest)
Hi @jagged isle. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Based on the information provided in the extracts, there could be several reasons why your custom GPT model is not connecting to your server. Here are a few potential issues and solutions:
-
Server Configuration: As mentioned in this forum post (https://community.openai.com/t/578780), the issue could be related to your server's configuration. For instance, if you're using a load balancer on AWS, it might not be set up with a certificate chain. This could cause GPT's code to block the responses from your API. Browsers usually handle the retrieval of the certificate chain themselves if the server doesn't provide it, which is why you might be able to access the API from your browser but not from your GPT model.
-
API Schema: Another potential issue could be with your API schema. As discussed in this forum post (https://community.openai.com/t/597061), your API schema should be correctly defined according to the OpenAPI specification. If there are any errors or inconsistencies in your schema, it could prevent your GPT model from connecting to your API.
-
API Endpoint: As mentioned in this forum post (https://community.openai.com/t/495495), your API endpoint might not be receiving incoming requests from GPT. You can check your server logs to see if there are any signs of incoming requests from GPT. If there are no signs of incoming requests, it could indicate that there's an issue with how your GPT model is making calls to your API.