Tone down Codex docs and prompt wording
This commit is contained in:
parent
7727a792f2
commit
3ba8b15f13
4 changed files with 5 additions and 17 deletions
15
.env.example
15
.env.example
|
|
@ -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
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue