Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update URLs

+3 -3
+1 -1
.github/workflows/generate-post.yml
··· 33 33 34 34 - name: Generate post 35 35 env: 36 - GITHUB_TOKEN: ${{ secrets.MODELS_TOKEN }} 36 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 37 37 run: pnpm run generate 38 38 39 39 - name: Commit and push new post
+2 -2
src/lib/events.ts
··· 152 152 153 153 try { 154 154 const response = await fetch( 155 - "https://models.inference.ai.azure.com/chat/completions", 155 + "https://api.github.com/models/chat/completions", 156 156 { 157 157 method: "POST", 158 158 headers: { ··· 216 216 217 217 try { 218 218 const response = await fetch( 219 - "https://models.inference.ai.azure.com/chat/completions", 219 + "https://api.github.com/models/chat/completions", 220 220 { 221 221 method: "POST", 222 222 headers: {