Skip to content

Commit e992b62

Browse files
committed
style: apply spotless formatting
1 parent 690a74a commit e992b62

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

examples/agent/ProviderCombinations.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ public static void main(String[] args) {
3131
Deepgram deepgramSpeak = Deepgram.builder()
3232
.model(DeepgramSpeakProviderModel.AURA2ASTERIA_EN)
3333
.build();
34-
AgentV1SettingsAgentContextSpeak speakSettings =
35-
AgentV1SettingsAgentContextSpeak.of(SpeakSettingsV1.builder()
36-
.provider(SpeakSettingsV1Provider.deepgram(deepgramSpeak))
37-
.build());
34+
AgentV1SettingsAgentContextSpeak speakSettings = AgentV1SettingsAgentContextSpeak.of(SpeakSettingsV1.builder()
35+
.provider(SpeakSettingsV1Provider.deepgram(deepgramSpeak))
36+
.build());
3837

3938
// Combination 1: OpenAI GPT-4o Mini + Deepgram
4039
System.out.println("=== Combination 1: OpenAI + Deepgram ===");

0 commit comments

Comments
 (0)