Skip to content

Commit 030e9c6

Browse files
authored
update md url
1 parent f8ef3b9 commit 030e9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-quick-actions/model-deployment-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more details, please visit [vLLM](https://docs.vllm.ai/en/latest/serving/ope
6262
#### Using oci-cli
6363

6464
```bash
65-
oci raw-request --http-method POST --target-uri <model-deployment-url> --request-body '{
65+
oci raw-request --http-method POST --target-uri <model_deployment_url>/predict --request-body '{
6666
"model": "odsc-llm",
6767
"prompt":"what are activation functions?",
6868
"max_tokens":250,

0 commit comments

Comments
 (0)