检测中... · 请求队列模式 · 轮询间隔 3 秒
POST /v1/chat/completionsGET /v1/modelshttp://43.166.240.93:3030/llm-apicurl -X POST http://43.166.240.93:3030/llm-api/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "llama3.2:3b",
"messages": [
{"role": "user", "content": "你好"}
],
"max_tokens": 1024
}'