Is there any curl examples about code insertion when using vllm
#13
by
manimal
- opened
Is there any code insertion examples like this ——
curl -X POST "http://localhost:8000/v1/chat/completions"
-H "Content-Type: application/json"
--data '{
"model": "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'