Skip to content

Commit 283b9df

Browse files
authored
Update docs/guides/OPENAI_CHAT_COMPLETION.md
1 parent 8cc4aac commit 283b9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/OPENAI_CHAT_COMPLETION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ String resultMessage = result.getContent();
102102

103103
```java
104104
var destination = new AiCoreService()
105-
.getInferenceDestination("custom-rg")
106-
.forModel(GPT_4O);
105+
.getInferenceDestination("custom-rg")
106+
.forModel(GPT_4O);
107107
OpenAiClient.withCustomDestination(destination);
108108
```
109109

0 commit comments

Comments
 (0)