new commands added to wiki
This commit is contained in:
@ -78,3 +78,5 @@ git apply changes.patch
|
||||
|
||||
|
||||
|
||||
# push to new remote branch (if not existing)
|
||||
git push -u origin main
|
@ -48,9 +48,9 @@ usage: aider [-h] [--openai-api-key OPENAI_API_KEY] [--anthropic-api-key ANTHROP
|
||||
[FILE ...]
|
||||
|
||||
### OLLAMA || GROQ
|
||||
export GROQ_API_KEY=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
|
||||
aider --models groq/
|
||||
# #################################################### #
|
||||
aider --model groq/llama3-70b-8192 --no-auto-commits
|
||||
aider --models groq/
|
||||
export GROQ_API_KEY=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
|
||||
aider --model groq/llama3-70b-8192 --no-auto-commits --show-repo-map
|
||||
# OLLAMA?
|
||||
aider --openai-api-base https://ollama.d-popov.com --models openai/
|
Reference in New Issue
Block a user