diff --git a/.forgejo/workflows/opencode.yml b/.forgejo/workflows/opencode.yml index 4fef9e1..6d126d3 100644 --- a/.forgejo/workflows/opencode.yml +++ b/.forgejo/workflows/opencode.yml @@ -11,7 +11,7 @@ jobs: opencode: if: | contains(github.event.comment.body, '/oc') || - contains(github.event.review.body, '/oc') + contains(github.event.comment.body, '/opencode') runs-on: docker-amd64 container: image: node:lts-bookworm @@ -54,7 +54,9 @@ jobs: uses: ./.opencode-action with: nomyo_api_key: ${{ secrets.NOMYO_API_KEY }} - model: nomyo/unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_XL + model: nomyo/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M forgejo_api_url: https://bitfreedom.net/code/ forgejo_token: ${{ secrets.FORGEJO_TOKEN }} forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }} + + diff --git a/requirements.txt b/requirements.txt index b03afff..5920529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,18 +5,18 @@ annotated-types==0.7.0 anyio==4.13.0 async-timeout==5.0.1 attrs==26.1.0 -certifi==2026.5.20 +certifi==2026.4.22 click==8.4.0 distro==1.9.0 exceptiongroup==1.3.1 -fastapi==0.136.3 +fastapi==0.136.1 fastapi-sse==1.1.1 frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.15 -jiter==0.15.0 +jiter==0.14.0 multidict==6.7.1 ollama==0.6.2 openai==2.37.0 @@ -30,10 +30,10 @@ pydantic_core==2.46.4 python-dotenv==1.2.2 PyYAML==6.0.3 sniffio==1.3.1 -starlette>=1.0.1 +starlette==0.52.1 truststore==0.10.4 tiktoken==0.13.0 -tqdm==4.68.1 +tqdm==4.67.3 typing-inspection==0.4.2 typing_extensions==4.15.0 uvicorn==0.47.0