2009YU's picture
Release TMCRA Agent Memory v2026.07.18
490f3fe verified
Raw
History Blame Contribute Delete
304 Bytes
# The answer runner requires this exact model identifier. The endpoint may be
# an OpenAI-compatible gateway, but it must expose gpt-5.4 under this name.
TMCRA_ANSWER_MODEL=gpt-5.4
TMCRA_ANSWER_BASE_URL=https://your-answer-endpoint.example/v1
TMCRA_ANSWER_API_KEY=replace_me
TMCRA_ANSWER_MAX_TOKENS=1536