Skip to content

Commit dd3a1ee

Browse files
authored
Merge pull request #500 from mayoor/patch-6
Fix Aqua docs
2 parents c0e91ef + 030e9c6 commit dd3a1ee

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 https://modeldeployment.us-ashburn-1.oci.oc-test.com/ocid1.datasciencemodeldeployment.oc1.iad.xxxxxxxxx/predict --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)