Skip to content

Commit 35369a9

Browse files
Merge pull request #15 from ballerina-platform/embedding-provider
Add Ballerina styling to code blocks in README.md
2 parents f6d1b3c + cba5fe0 commit 35369a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballerina/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final ai:ModelProvider openAiModel = check new openai:ModelProvider("openAiApiKe
3535

3636
### Step 4: Invoke chat completion
3737

38-
```
38+
```ballerina
3939
ai:ChatMessage[] chatMessages = [{role: "user", content: "hi"}];
4040
ai:ChatAssistantMessage response = check openAiModel->chat(chatMessages, tools = []);
4141

0 commit comments

Comments
 (0)