File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,12 +112,13 @@ jobs:
112112 issue_number: parseInt('${{ steps.extract.outputs.pr_number }}'),
113113 owner: context.repo.owner,
114114 repo: context.repo.repo,
115+ body: body
116+ });
115117
116118 - name : Merge PR
117119 if : steps.changes.outputs.changed > 0
118120 env :
119121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120122 run : |
121123 gh pr merge --squash --delete-branch "ai/issue-$env:ISSUE_NUM" --auto 2>nul || echo "PR merge failed or already merged"
122- body: body
123- });
124+
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json" ,
33 "provider" : {
44 "minimax" : {
5- "npm" : " @ai-sdk/anthropic " ,
5+ "npm" : " @ai-sdk/openai-compatible " ,
66 "options" : {
7- "baseURL" : " https://api.minimaxi.com/anthropic " ,
7+ "baseURL" : " https://api.minimaxi.com/v1 " ,
88 "apiKey" : " MINIMAX_API_KEY"
99 },
1010 "models" : {
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://opencode.ai/config.json" ,
3+ "provider" : {
4+ "minimax" : {
5+ "api" : " https://api.minimaxi.com/v1" ,
6+ "model" : " MiniMax-M2.5"
7+ }
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments