202404最新java调用通义千问的api接口
1,先申请key,参考文档
1.1,在window的环境变量配置key
2,搭建java后台
2.1,配置pom.xml【经常出问题的地方,版本都要用最新的】
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dashscope-sdk-java</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>5.0.0-alpha.12</version>
</dependency>
2.2.1,查看最新的版本
dashscope-sdk-java
https://mvnrepository.com/artifact/com.alibaba/dashscope-sdk-java
okhttp
https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
2.2,使用demo,复制官网demo;
2.3,复制代码到本地,进行 测试
GenerationResult(requestId=055f3cd2-4b77-9ec8-8908-72304dca7a76, usage=GenerationUsage(inputTokens=36, outputTokens=346, totalTokens=382), output=GenerationOutput(text=null, finishReason=null, choices=[GenerationOutput.Choice(finishReason=stop, index=null, message=Message(role=assistant, content=你好!武汉是一座充满历史文化魅力和现代活力的城市,4月20日的周末可以考虑以下几个既经济实惠又好玩的活动:1. **东湖绿道骑行**:东湖绿道是免费开放的,你可以租一辆共享单车(如摩拜、ofo),沿着湖边骑行,欣赏美景,感受武汉的自然风光。记得带上防晒用品哦, toolCalls=null, toolCallId=null))]))
原文地址:https://blog.csdn.net/mzh10588/article/details/137962614
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!