This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-ai.git
from 46392b2 Merge pull request #5 from xixingya/main
add e39dabd code enhance
new 32e86d6 Merge pull request #6 from xixingya/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/dubbo/ai/core/DubboAiContext.java | 16 +++----
.../java/org/apache/dubbo/ai/core/Options.java | 9 +++-
.../org/apache/dubbo/ai/core/config/Configs.java | 11 ++++-
.../org/apache/dubbo/ai/core/config/Options.java | 49 +++++++++++++++++++++-
.../org/apache/dubbo/ai/core/model/AiModels.java | 5 ++-
.../apache/dubbo/ai/core/model/ModelFactory.java | 13 +++---
.../ai/core/proxy/AiServiceInterfaceImpl.java | 8 ++--
.../apache/dubbo/ai/core/type/ClassAiMetadata.java | 15 ++++++-
.../dubbo/ai/core/type/MethodAiMetadata.java | 1 +
.../ai/spring/ai/dashscope/DashscopeChatModel.java | 7 ++--
.../spring/ai/dashscope/DashscopeChatOptions.java | 13 ++++++
.../dubbo/ai/dashscope/model/DashscopeModels.java | 33 +++++----------
.../apache/dubbo/ai/openai/model/OpenAiModels.java | 33 +++++----------
.../org/apache/dubbo/ai/openai/MyAiService.java | 3 +-
.../ai/openai/function/FunctionAiService.java | 2 +-
15 files changed, 142 insertions(+), 76 deletions(-)