Tone down Codex docs and prompt wording

This commit is contained in:
George Pickett 2026-02-25 18:25:15 -08:00
parent 7727a792f2
commit 3ba8b15f13
4 changed files with 5 additions and 17 deletions

View file

@ -2,14 +2,10 @@
# Copy this file to .env and fill in your API keys
# =============================================================================
# LLM PROVIDER
# LLM PROVIDER (OpenRouter)
# =============================================================================
# Provider selection override: auto | openrouter | nous | openai-codex
# If unset, Hermes auto-detects from auth/config.
# HERMES_INFERENCE_PROVIDER=auto
# OpenRouter key (required when using OpenRouter directly, and still used by
# some tools even when your primary chat provider is Nous/Codex/custom).
# OpenRouter provides access to many models through one API
# All LLM calls go through OpenRouter - no direct provider keys needed
# Get your key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=
@ -17,11 +13,6 @@ OPENROUTER_API_KEY=
# Examples: anthropic/claude-opus-4.6, openai/gpt-4o, google/gemini-2.0-flash, zhipuai/glm-4-plus
LLM_MODEL=anthropic/claude-opus-4.6
# OpenAI Codex provider uses Codex CLI auth state:
# hermes login --provider openai-codex
# (reads CODEX_HOME/auth.json, default: ~/.codex/auth.json)
# CODEX_HOME=~/.codex
# =============================================================================
# TOOL API KEYS
# =============================================================================