OpenAI API Reverse Proxy

This reverse proxy for the OpenAI API allows you to use your OpenAI API keys, which can be obtained here.

To use the proxy, simply replace https://api.openai.com with https://forward.myscale.cloud.

Modifying the Base URL in Python:

  1. Recommended: Set the environment variable OPENAI_BASE_URL to https://forward.myscale.cloud/v1.

  2. Alternatively, set it directly in your code using: