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