Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom OpenAI URL #277

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 13, 2024

  1. Add support for custom OpenAI URL

    Allows to run local OpenAI-compatible server. Since these local
    instances most likely lack proper certificates, allow using non-HTTPS
    endpoints as well.
    
    Signed-off-by: Alexander Bokovoy <[email protected]>
    abbra committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b6ded16 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove check for OPENAI_KEY format

    The API key format is specific to a particular implementation and
    deployment of OPENAI API. There is no way to do common checks for it, so
    better to remove it at all and add some general note to the
    documentation instead.
    
    Signed-off-by: Alexander Bokovoy <[email protected]>
    abbra committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    42ffb62 View commit details
    Browse the repository at this point in the history