Finished the Grok LLM implementation

This commit is contained in:
3byss
2026-03-20 00:46:44 -06:00
parent c3c06ff586
commit 17b8d9ed87
5 changed files with 63 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ These three unlock the most valuable economic and satellite data. Each takes abo
### LLM Provider (optional, for AI-enhanced ideas)
Set `LLM_PROVIDER` to one of: `anthropic`, `openai`, `gemini`, `codex`, `openrouter`, `minimax`, `mistral`
Set `LLM_PROVIDER` to one of: `anthropic`, `openai`, `gemini`, `codex`, `openrouter`, `minimax`, `mistral`, `grok`
| Provider | Key Required | Default Model |
|----------|-------------|---------------|
@@ -210,6 +210,7 @@ Set `LLM_PROVIDER` to one of: `anthropic`, `openai`, `gemini`, `codex`, `openrou
| `codex` | None (uses `~/.codex/auth.json`) | gpt-5.3-codex |
| `minimax` | `LLM_API_KEY` | MiniMax-M2.5 |
| `mistral` | `LLM_API_KEY` | mistral-large-latest |
| `grok` | `LLM_API_KEY` | grok-3 |
For Codex, run `npx @openai/codex login` to authenticate via your ChatGPT subscription.