We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1689006 commit ca63e78Copy full SHA for ca63e78
README.md
@@ -76,7 +76,7 @@ Public Sub TestTextCompletionSimpleOpenAI()
76
77
oOpenAI.API_KEY = "<API_KEY>"
78
79
- Set oResponse = oOpenAI.TextCompletion("Write a Haiku about a Dinosaur that loves to code!")
+ Set oResponse = oOpenAI.TextCompletion("Write a Haiku about a dinosaur that loves to code!")
80
81
If Not oResponse Is Nothing Then
82
Debug.Print (oResponse.TextContent)
0 commit comments