Update integrating-ai-models-into-your-development-workflow.md (#55280)
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
steps:
|
||||
- name: Call AI model
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
|
||||
run: |
|
||||
curl "https://models.github.ai/inference/chat/completions" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
||||
Reference in New Issue
Block a user