Skip to content

Commit ca63e78

Browse files
authored
Update README.md
1 parent 1689006 commit ca63e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Public Sub TestTextCompletionSimpleOpenAI()
7676
7777
oOpenAI.API_KEY = "<API_KEY>"
7878
79-
Set oResponse = oOpenAI.TextCompletion("Write a Haiku about a Dinosaur that loves to code!")
79+
Set oResponse = oOpenAI.TextCompletion("Write a Haiku about a dinosaur that loves to code!")
8080
8181
If Not oResponse Is Nothing Then
8282
Debug.Print (oResponse.TextContent)

0 commit comments

Comments
 (0)