Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_TOKENS | No | The maximum number of tokens for ChatGPT responses | 1000 |
| DEFAULT_MODEL | No | The default ChatGPT model to use | gpt-4o |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| DEFAULT_TEMPERATURE | No | The default temperature setting for ChatGPT | 0.7 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |