Skip to content

How to use custom LLM Gateway having JWT authetication #652

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

Closed
18-Rohit opened this issue May 6, 2025 · 0 comments
Closed

How to use custom LLM Gateway having JWT authetication #652

18-Rohit opened this issue May 6, 2025 · 0 comments
Labels
question Question about using the SDK

Comments

@18-Rohit
Copy link

18-Rohit commented May 6, 2025

I want to use custom LLM gateway, but instead of having any API KEY, I am having JWT authentication in it.
Here is an example of how my config file looks like:

{
    "LLM_GATEWAY_TOKEN": <token>,
    "LLM_GATEWAY_URL": <url>,
    "JWT_TOKEN": "",
    "openai_model": "gpt-4o",
    "api_key": "EMPTY"
}
@18-Rohit 18-Rohit added the question Question about using the SDK label May 6, 2025
@18-Rohit 18-Rohit closed this as completed May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about using the SDK
Projects
None yet
Development

No branches or pull requests

1 participant