Compare commits
No commits in common. "main" and "v0.9.1" have entirely different histories.
2 changed files with 9 additions and 7 deletions
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue