You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: volcengine-java-sdk-ark-runtime/test/java/com/volcengine/ark/runtime/ChatCompletionsReasoningExample.java
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public class ChatCompletionsReasoningExample {
31
31
* ArkService service = new ArkService(apiKey);
32
32
* Note: If you use an API key, this API key will not be refreshed.
33
33
* To prevent the API from expiring and failing after some time, choose an API key with no expiration date.
34
-
*
34
+
* <p>
35
35
* 2.If you authorize your endpoint with Volcengine Identity and Access Management(IAM), set your api key to environment variable "VOLC_ACCESSKEY", "VOLC_SECRETKEY"
36
36
* String ak = System.getenv("VOLC_ACCESSKEY");
37
37
* String sk = System.getenv("VOLC_SECRETKEY");
@@ -57,13 +57,10 @@ public static void main(String[] args) {
0 commit comments