We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baf688 commit 0bb0713Copy full SHA for 0bb0713
skills/dstack/SKILL.md
@@ -224,9 +224,9 @@ resources:
224
- Example (with gateway):
225
```bash
226
curl -sS -X POST "https://<run name>.<gateway domain>/v1/chat/completions" \
227
- -H "Authorization: Bearer $DSTACK_TOKEN" \
+ -H "Authorization: Bearer <dstack token>" \
228
-H "Content-Type: application/json" \
229
- -d '{"model":"<model-id>","messages":[{"role":"user","content":"Hello"}],"max_tokens":64}'
+ -d '{"model":"<model name>","messages":[{"role":"user","content":"Hello"}],"max_tokens":64}'
230
231
[Concept documentation](https://dstack.ai/docs/concepts/services.md) | [Configuration reference](https://dstack.ai/docs/reference/dstack.yml/service.md)
232
0 commit comments