I’m facing an issue when trying to add my own API key for AI. The error I get is:
Invalid credentials given. Unable to load models.Reason: cURL error 28: Failed to connect to gptproxy.ai.levelinfinite.com port 80 after 5001 ms: Timeout was reached(see )for http://OWN_DOMAIN_PATH/v1/models
However, our override base URL does not include the /v1/models path. It seems the client is automatically appending this path, which may be why the connection fails.
Is there a way to configure the SDK/client so it doesn’t append /v1/models automatically? Or should the proxy endpoint support this path?
Any guidance would be greatly appreciated.
Thanks!