more aider notes
This commit is contained in:
@ -2,6 +2,7 @@ in conda env:
|
||||
pip install aider-chat
|
||||
# latest
|
||||
python -m pip install git+https://github.com/paul-gauthier/aider.git
|
||||
python -m pip install git+https://github.com/d-popov/aider.git
|
||||
|
||||
# isntall ctags
|
||||
# > sudo apt update && apt install universal-ctags
|
||||
@ -15,6 +16,15 @@ brew install universal-ctags
|
||||
/home/linuxbrew/.linuxbrew/bin/ctags
|
||||
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin/ctags
|
||||
|
||||
# KEYS
|
||||
|
||||
export GROQ_API_KEY=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
|
||||
export OPENAI_API_BASE=http://ollama.d-popov.com
|
||||
export AIDER_4=false
|
||||
export AIDER_35TURBO=false
|
||||
|
||||
|
||||
|
||||
# RUN
|
||||
> aider
|
||||
# personal
|
||||
@ -23,3 +33,24 @@ aider -3 --no-auto-commits
|
||||
|
||||
# !!!!! dev-bro GPT4
|
||||
export OPENAI_API_KEY=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
|
||||
|
||||
|
||||
|
||||
usage: aider [-h] [--openai-api-key OPENAI_API_KEY] [--anthropic-api-key ANTHROPIC_API_KEY] [--model MODEL] [--models MODEL] [--opus] [--sonnet] [--4] [--4-turbo-vision] [--35turbo]
|
||||
[--voice-language VOICE_LANGUAGE] [--openai-api-base OPENAI_API_BASE] [--openai-api-type OPENAI_API_TYPE] [--openai-api-version OPENAI_API_VERSION]
|
||||
[--openai-api-deployment-id OPENAI_API_DEPLOYMENT_ID] [--openai-organization-id OPENAI_ORGANIZATION_ID] [--edit-format EDIT_FORMAT] [--weak-model WEAK_MODEL]
|
||||
[--show-model-warnings | --no-show-model-warnings] [--map-tokens MAP_TOKENS] [--input-history-file INPUT_HISTORY_FILE] [--chat-history-file CHAT_HISTORY_FILE] [--dark-mode]
|
||||
[--light-mode] [--pretty | --no-pretty] [--stream | --no-stream] [--user-input-color USER_INPUT_COLOR] [--tool-output-color TOOL_OUTPUT_COLOR]
|
||||
[--tool-error-color TOOL_ERROR_COLOR] [--assistant-output-color ASSISTANT_OUTPUT_COLOR] [--code-theme CODE_THEME] [--show-diffs] [--git | --no-git]
|
||||
[--gitignore | --no-gitignore] [--aiderignore AIDERIGNORE] [--auto-commits | --no-auto-commits] [--dirty-commits | --no-dirty-commits] [--dry-run | --no-dry-run] [--commit]
|
||||
[--version] [--check-update] [--skip-check-update] [--apply FILE] [--yes] [-v] [--show-repo-map] [--message COMMAND] [--message-file MESSAGE_FILE] [--encoding ENCODING]
|
||||
[-c CONFIG_FILE]
|
||||
[FILE ...]
|
||||
|
||||
### OLLAMA || GROQ
|
||||
export GROQ_API_KEY=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
|
||||
aider --models groq/
|
||||
# #################################################### #
|
||||
aider --model groq/llama3-70b-8192 --no-auto-commits
|
||||
# OLLAMA?
|
||||
aider --openai-api-base https://ollama.d-popov.com --models openai/
|
Reference in New Issue
Block a user