Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10b9a4e910 | |||
| f827e0deba | |||
|
|
4ed75cfea6 | ||
|
|
04ce9d92da | ||
| 0de6a5a65d | |||
| ff8cfce9c7 | |||
| f5e08aa896 | |||
| fd5b131ff4 | |||
| 775829796c | |||
|
|
3e1e206740 | ||
| 7cb17cb791 | |||
| 2d1f2506b9 | |||
| 2e58a383c5 | |||
|
|
9bba10d7f4 |
2 changed files with 7 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
opencode:
|
opencode:
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.comment.body, '/oc') ||
|
contains(github.event.comment.body, '/oc') ||
|
||||||
contains(github.event.comment.body, '/opencode')
|
contains(github.event.review.body, '/oc')
|
||||||
runs-on: docker-amd64
|
runs-on: docker-amd64
|
||||||
container:
|
container:
|
||||||
image: node:lts-bookworm
|
image: node:lts-bookworm
|
||||||
|
|
@ -54,9 +54,7 @@ jobs:
|
||||||
uses: ./.opencode-action
|
uses: ./.opencode-action
|
||||||
with:
|
with:
|
||||||
nomyo_api_key: ${{ secrets.NOMYO_API_KEY }}
|
nomyo_api_key: ${{ secrets.NOMYO_API_KEY }}
|
||||||
model: nomyo/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M
|
model: nomyo/unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_XL
|
||||||
forgejo_api_url: https://bitfreedom.net/code/
|
forgejo_api_url: https://bitfreedom.net/code/
|
||||||
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
|
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,18 +5,18 @@ annotated-types==0.7.0
|
||||||
anyio==4.13.0
|
anyio==4.13.0
|
||||||
async-timeout==5.0.1
|
async-timeout==5.0.1
|
||||||
attrs==26.1.0
|
attrs==26.1.0
|
||||||
certifi==2026.4.22
|
certifi==2026.5.20
|
||||||
click==8.4.0
|
click==8.4.0
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
exceptiongroup==1.3.1
|
exceptiongroup==1.3.1
|
||||||
fastapi==0.136.1
|
fastapi==0.136.3
|
||||||
fastapi-sse==1.1.1
|
fastapi-sse==1.1.1
|
||||||
frozenlist==1.8.0
|
frozenlist==1.8.0
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
httpcore==1.0.9
|
httpcore==1.0.9
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
idna==3.15
|
idna==3.15
|
||||||
jiter==0.14.0
|
jiter==0.15.0
|
||||||
multidict==6.7.1
|
multidict==6.7.1
|
||||||
ollama==0.6.2
|
ollama==0.6.2
|
||||||
openai==2.37.0
|
openai==2.37.0
|
||||||
|
|
@ -30,10 +30,10 @@ pydantic_core==2.46.4
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
PyYAML==6.0.3
|
PyYAML==6.0.3
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.52.1
|
starlette>=1.0.1
|
||||||
truststore==0.10.4
|
truststore==0.10.4
|
||||||
tiktoken==0.13.0
|
tiktoken==0.13.0
|
||||||
tqdm==4.67.3
|
tqdm==4.68.1
|
||||||
typing-inspection==0.4.2
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
uvicorn==0.47.0
|
uvicorn==0.47.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue