generated agent-1

This commit is contained in:
Dobromir Popov
2024-03-22 17:38:43 +02:00
parent 9373d2ba3f
commit 90f4537a4c
24 changed files with 155 additions and 37 deletions

12
scripts/aider.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
source ~/miniconda3/etc/profile.d/conda.sh # Adjust the path as per your Conda installation
conda activate aider
export OPENAI_API_KEY=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
# aider --no-auto-commits
OPENAI_API_BASE=https://api.deepseek.com/v1
OPENAI_API_KEY=sk-99df7736351f4536bd72cd64a416318a
AIDER_MODEL=deepseek-coder #deepseek-coder, deepseek-chat
aider --openai-api-base https://api.deepseek.com/v1 --openai-api-key sk-99df7736351f4536bd72cd64a416318a --model deepseek-coder