Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
GROQ_MODEL | No | Groq model to use | llama3-8b-8192 |
LOG_FORMAT | No | Logging format | %(asctime)s - %(name)s - %(levelname)s - %(message)s |
MYSQL_HOST | Yes | MySQL database host | localhost |
MYSQL_PORT | Yes | MySQL database port | 3306 |
MYSQL_USER | Yes | MySQL database username | devuser |
OLLAMA_URL | No | Ollama server URL | http://localhost:11434 |
AI_PROVIDER | No | AI provider to use (groq or ollama) | ollama |
SERVER_HOST | No | Server host | localhost |
SERVER_PORT | No | Server port | 8000 |
GROQ_API_KEY | No | Groq API key (required when AI_PROVIDER=groq) | |
OLLAMA_MODEL | No | Ollama model to use | llama3:8b |
MYSQL_DATABASE | Yes | MySQL database name | devdb |
MYSQL_PASSWORD | Yes | MySQL database password |
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 |