MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / main

Method main

samples/DollyUsage.java:21–28  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

19 }
20
21 public static void main(String[] args){
22 try {
23 dollyQuickStart();
24 } catch (ApiException | NoApiKeyException | InputRequiredException e) {
25 System.out.println(e.getMessage());
26 }
27 System.exit(0);
28 }
29}

Callers

nothing calls this directly

Calls 2

dollyQuickStartMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected