curl run on colab
#23
by
sdyy
- opened
!curl 'https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions'
-H "Authorization: Bearer ءءءءءءءءءءءءءءءءءءءءءءءءءءء"
-H 'Content-Type: application/json'
-d '{
"model": "microsoft/Phi-3.5-mini-instruct",
"messages": [{"role": "user", "content": "What is the capital of France?"}],
"max_tokens": 500,
"stream": false
}'
Did you run into an issue?