Copilot commented on code in PR #764:
URL: https://github.com/apache/dubbo-go-pixiu/pull/764#discussion_r2377807951
##########
docs/ai/endpoint.md:
##########
@@ -140,7 +144,10 @@ clusters:
multiplier: 2.5
# --- Fallback Endpoint ---
- - id: deepseek-fallback
+ - id: openai-fallback
+ socket_address:
+ domains:
+ - api.openai.com/v1
llm_meta:
provider: deepseek
Review Comment:
The provider field is still referenced in the fallback endpoint
configuration, but this should be 'openai' to match the endpoint change from
'deepseek-fallback' to 'openai-fallback'.
```suggestion
provider: openai
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]