Compare commits
1 Commits
5530323843
...
1b314d5f5c
Author | SHA1 | Date | |
---|---|---|---|
1b314d5f5c |
@ -1,52 +0,0 @@
|
|||||||
|
|
||||||
# aider chat started at 2025-06-14 08:29:17
|
|
||||||
|
|
||||||
> You can skip this check with --no-gitignore
|
|
||||||
> Add .aider* to .gitignore (recommended)? (Y)es/(N)o [Yes]: y
|
|
||||||
> Added .aider* to .gitignore
|
|
||||||
> /Users/brian/.local/bin/aider
|
|
||||||
> No LLM model was specified and no API keys were provided.
|
|
||||||
> OpenRouter provides free and paid access to many LLMs.
|
|
||||||
> Login to OpenRouter or create a free account? (Y)es/(N)o [Yes]: n
|
|
||||||
> https://aider.chat/docs/troubleshooting/models-and-keys.html
|
|
||||||
> Open documentation URL for more info? (Y)es/(N)o/(D)on't ask again [Yes]: n
|
|
||||||
|
|
||||||
# aider chat started at 2025-06-14 08:32:59
|
|
||||||
|
|
||||||
> /Users/brian/.local/bin/aider --model ollama_chat/qwen2.5-coder
|
|
||||||
> Warning: ollama_chat/qwen2.5-coder expects these environment variables
|
|
||||||
> - OLLAMA_API_BASE: Not set
|
|
||||||
> Warning for ollama_chat/qwen2.5-coder: Unknown context window size and costs, using sane defaults.
|
|
||||||
> You can skip this check with --no-show-model-warnings
|
|
||||||
> https://aider.chat/docs/llms/warnings.html
|
|
||||||
> Open documentation url for more info? (Y)es/(N)o/(D)on't ask again [Yes]: y
|
|
||||||
> Aider v0.84.0
|
|
||||||
> Model: ollama_chat/qwen2.5-coder with whole edit format
|
|
||||||
> Git repo: .git with 36 files
|
|
||||||
> Repo-map: using 1024 tokens, auto refresh
|
|
||||||
|
|
||||||
# aider chat started at 2025-06-14 08:34:37
|
|
||||||
|
|
||||||
> /Users/brian/.local/bin/aider --model ollama_chat/qwen2.5-coder:8b
|
|
||||||
> Warning: ollama_chat/qwen2.5-coder:8b expects these environment variables
|
|
||||||
> - OLLAMA_API_BASE: Not set
|
|
||||||
> Warning for ollama_chat/qwen2.5-coder:8b: Unknown context window size and costs, using sane defaults.
|
|
||||||
> You can skip this check with --no-show-model-warnings
|
|
||||||
> https://aider.chat/docs/llms/warnings.html
|
|
||||||
> Open documentation url for more info? (Y)es/(N)o/(D)on't ask again [Yes]: n
|
|
||||||
> Aider v0.84.0
|
|
||||||
> Model: ollama_chat/qwen2.5-coder:8b with whole edit format
|
|
||||||
> Git repo: .git with 36 files
|
|
||||||
> Repo-map: using 1024 tokens, auto refresh
|
|
||||||
|
|
||||||
# aider chat started at 2025-06-14 08:34:57
|
|
||||||
|
|
||||||
> /Users/brian/.local/bin/aider --model ollama_chat/qwen2.5-coder:8b
|
|
||||||
> Warning for ollama_chat/qwen2.5-coder:8b: Unknown context window size and costs, using sane defaults.
|
|
||||||
> You can skip this check with --no-show-model-warnings
|
|
||||||
> https://aider.chat/docs/llms/warnings.html
|
|
||||||
> Open documentation url for more info? (Y)es/(N)o/(D)on't ask again [Yes]: y
|
|
||||||
> Aider v0.84.0
|
|
||||||
> Model: ollama_chat/qwen2.5-coder:8b with whole edit format
|
|
||||||
> Git repo: .git with 36 files
|
|
||||||
> Repo-map: using 1024 tokens, auto refresh
|
|
@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
# 2025-06-14 08:30:54.749653
|
|
||||||
+N
|
|
||||||
|
|
||||||
# 2025-06-14 08:34:51.295609
|
|
||||||
+n
|
|
Binary file not shown.
@ -97,6 +97,7 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
target: prod
|
target: prod
|
||||||
@ -115,7 +116,6 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
merge:
|
merge:
|
||||||
name: Create docker manifest
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user