Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Log file name (used when LOG_OUTPUT=file) | claimify_llm.log |
| LLM_MODEL | No | Specific model to use (must support structured outputs) | gpt-4o-2024-08-06 |
| LOG_OUTPUT | No | Where to send log output (stderr or file) | stderr |
| LOG_LLM_CALLS | No | Enable detailed logging of all LLM interactions | true |
| OPENAI_API_KEY | Yes | Your OpenAI API key |
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 | |