Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL | Yes | 使用的 OpenAI 模型 | gpt-3.5-turbo |
| BASE_URL | Yes | OpenAI API 基础 URL | https://api.openai.com/v1 |
| OPENAI_API_KEY | Yes | OpenAI API 密钥 | |
| WEATHER_API_KEY | Yes | OpenWeather 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 | |