mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
![]() # Aider chat conversation: USER: add `# Windows: setx` versions of all the `export` commands, like the first one ASSISTANT: Here are the changes to add `# Windows: setx` versions of all the `export` commands: docs/llms.md <source>markdown <<<<<<< SEARCH export ANTHROPIC_API_KEY=<your-key> ======= export ANTHROPIC_API_KEY=<your-key> # Windows: setx ANTHROPIC_API_KEY <your-key> >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export GEMINI_API_KEY=<your-key> ======= export GEMINI_API_KEY=<your-key> # Windows: setx GEMINI_API_KEY <your-key> >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export GROQ_API_KEY=<your-key> ======= export GROQ_API_KEY=<your-key> # Windows: setx GROQ_API_KEY <your-key> >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export COHERE_API_KEY=<your-key> ======= export COHERE_API_KEY=<your-key> # Windows: setx COHERE_API_KEY <your-key> >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export AZURE_API_KEY=<your-key> export AZURE_API_VERSION=2023-05-15 export AZURE_API_BASE=https://example-endpoint.openai.azure.com ======= export AZURE_API_KEY=<your-key> # Windows: setx AZURE_API_KEY <your-key> export AZURE_API_VERSION=2023-05-15 # Windows: setx AZURE_API_VERSION 2023-05-15 export AZURE_API_BASE=https://example-endpoint.openai.azure.com # Windows: setx AZURE_API_BASE https://example-endpoint.openai.azure.com >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export OPENROUTER_API_KEY=<your-key> ======= export OPENROUTER_API_KEY=<your-key> # Windows: setx OPENROUTER_API_KEY <your-key> >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export OLLAMA_API_BASE=http://127.0.0.1:11434 ======= export OLLAMA_API_BASE=http://127.0.0.1:11434 # Windows: setx OLLAMA_API_BASE http://127.0.0.1:11434 >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export OPENAI_API_KEY=<your-key> export OPENAI_API_BASE=https://api.deepseek.com/v1 ======= export OPENAI_API_KEY=<your-key> # Windows: setx OPENAI_API_KEY <your-key> export OPENAI_API_BASE=https://api.deepseek.com/v1 # Windows: setx OPENAI_API_BASE https://api.deepseek.com/v1 >>>>>>> REPLACE </source> docs/llms.md <source>markdown <<<<<<< SEARCH export OPENAI_API_BASE=<your-endpoint-goes-here> # If your endpoint needs a key export OPENAI_API_KEY=<your-key> ======= export OPENAI_API_BASE=<your-endpoint-goes-here> # Windows: setx OPENAI_API_BASE <your-endpoint-goes-here> # If your endpoint needs a key export OPENAI_API_KEY=<your-key> # Windows: setx OPENAI_API_KEY <your-key> >>>>>>> REPLACE </source> |
||
---|---|---|
.. | ||
benchmarks-0125.md | ||
benchmarks-1106.md | ||
benchmarks-speed-1106.md | ||
benchmarks.md | ||
commands.md | ||
conventions.md | ||
ctags.md | ||
docker.md | ||
faq.md | ||
install.md | ||
llms.md | ||
repomap.md | ||
unified-diffs.md | ||
voice.md |