Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEMINI_MODEL | No | Optional: Override the default Gemini model | gemini-1.5-pro |
LLM_PROVIDER | No | Which LLM provider to use. Options: OPEN_AI, ANTHROPIC, or GEMINI | OPEN_AI |
OPENAI_MODEL | No | Optional: Override the default OpenAI model | gpt-4o |
GEMINI_API_KEY | No | Your Gemini API key | |
OPENAI_API_KEY | No | Your OpenAI API key | |
ANTHROPIC_MODEL | No | Optional: Override the default Anthropic model | claude-3-opus-20240307 |
ANTHROPIC_API_KEY | No | Your Anthropic API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |