Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BASE_URL | No | The base URL for the OpenAI API | https://api.openai.com/v1 |
MODEL_NAME | No | The name of the OpenAI model to use | gpt-4o |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
VECTOR_DB_TYPE | No | The type of vector database to use | chromadb |
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 |