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.
1 parent f8ef3b9 commit 030e9c6Copy full SHA for 030e9c6
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 <model-deployment-url> --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