ocr支持流式大模型了吗?
#895
Replies: 2 comments
|
支持了配置参考:必须要配置extra_body: |
0 replies
Answer selected by
exp360
|
自问自答测试成功 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
支持了配置参考:必须要配置extra_body:
{
"provider": "my-gateway",
"custom_providers": {
"my-gateway": {
"protocol": "openai",
"url": "https://your-endpoint/v1",
"api_key": "sk-xxx",
"model": "your-model",
"extra_body": { "stream": true }
}
}
}