Skip to content

Commit

Permalink
fix: fix code format
Browse files Browse the repository at this point in the history
Signed-off-by: yuluo-yx <[email protected]>
  • Loading branch information
yuluo-yx committed Jan 8, 2025
1 parent 9c28f37 commit 5dd776f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ private String getApiKey() {
@Bean
public ChatModel dashscopeChatModel(DashScopeApi dashscopeChatApi, TestObservationRegistry observationRegistry) {
return new DashScopeChatModel(dashscopeChatApi,
DashScopeChatOptions.builder().withModel(DashScopeApi.DEFAULT_CHAT_MODEL).build(), null,
List.of(), RetryUtils.DEFAULT_RETRY_TEMPLATE, observationRegistry);
DashScopeChatOptions.builder().withModel(DashScopeApi.DEFAULT_CHAT_MODEL).build(), null, List.of(),
RetryUtils.DEFAULT_RETRY_TEMPLATE, observationRegistry);
}

@Bean
Expand Down

0 comments on commit 5dd776f

Please sign in to comment.