We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e91ef + 030e9c6 commit dd3a1eeCopy full SHA for dd3a1ee
ai-quick-actions/model-deployment-tips.md
@@ -62,7 +62,7 @@ For more details, please visit [vLLM](https://docs.vllm.ai/en/latest/serving/ope
62
#### Using oci-cli
63
64
```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 '{
+oci raw-request --http-method POST --target-uri <model_deployment_url>/predict --request-body '{
66
"model": "odsc-llm",
67
"prompt":"what are activation functions?",
68
"max_tokens":250,
0 commit comments