当前位置:   article > 正文

curl访问流式非流式大模型openai api接口;vllm openai api接口requests post访问_curl openai api

curl openai api

参考:https://platform.openai.com/docs/api-reference/making-requests

1、curl访问流式非流式大模型openai api接口

命令行访问:
直接是vllm的openai api接口

curl http://192.168.***:10860/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: EMPTY" -d '{
   
  "model": "/ai/Qwen1.5-7B-Chat",
  "messages": [{
   "role": "user",
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/815858
推荐阅读
相关标签
  

闽ICP备14008679号