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

Method main

samples/TextEmbeddingUsage.java:54–68  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

52 }
53
54 public static void main(String[] args){
55// try{
56// callWithCallback();
57// }catch(ApiException|NoApiKeyException|InterruptedException e){
58// e.printStackTrace();
59// System.out.println(e);
60//
61// }
62 try {
63 basicCall();
64 } catch (ApiException | NoApiKeyException e) {
65 System.out.println(e.getMessage());
66 }
67 System.exit(0);
68 }
69}

Callers

nothing calls this directly

Calls 2

basicCallMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected