feat: initial scaffold with context adapters and litellm pkg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# LiteLLM / model
|
||||
LITELLM_API_KEY=your-key-here
|
||||
LITELLM_BASE_URL=https://llm-api.d-ma.be/v1
|
||||
LITELLM_MODEL=berget/llama-3.3-70b
|
||||
|
||||
# Observability (optional — omit to disable tracing)
|
||||
OTLP_ENDPOINT=http://jaeger.d-ma.be:4318
|
||||
ADK_SERVICE_NAME=__PROJECT_NAME__
|
||||
ADK_SERVICE_VERSION=0.1.0
|
||||
Reference in New Issue
Block a user