Installation Parameters
Installation configuraions
Configuration Parameters Table
The LLMInspect installer prompts for the following configuration options know what each of them mean:
| Parameter | Description | Example |
|---|---|---|
| MongoDB Configuration | ||
| MONGO_INITDB_ROOT_USERNAME | Sets the root or administrative username for your MongoDB instance | admin or mongoAdmin |
| MONGO_INITDB_ROOT_PASSWORD | Password for the MongoDB root user. Should be strong to protect your database | - |
| Keycloak Configuration | ||
| KEYCLOAK_ADMIN_PASSWORD | Password for the Keycloak admin account, which manages authentication and access control | - |
| API Keys | ||
| OPENAI_API_KEY | API key for accessing OpenAI services, allowing your application to interact with the OpenAI API | - |
| GEMINI_API_KEY | Key enables your application to access Gemini services, authorizing your requests to the Gemini API | - |
| Endpoint URLs | ||
| LLAMA_GUARD_URL | Complete URL to your LLama guard instance. Handles specific tasks such as request validation or generating responses | http://192.168.1.100:8080/generate |
| LLM_BASE_URL | Base URL points to your local LLM chat service endpoint for completions | https://llm.example.com:5000/v1/ |
| LLM Gateway Credentials | ||
| LLMGW_KEY | License key used to authenticate your deployment with the LLM Gateway | LLMGW-KEY-9876543210 |
| AUTHCODE | Authentication code required for secure access to the LLM Gateway | auth1234 |