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 cf013d3 commit 81b5788Copy full SHA for 81b5788
README.md
@@ -27,7 +27,7 @@ func main() {
27
ctx := context.Background()
28
29
req := gogpt.CompletionRequest{
30
- Model: "ada",
+ Model: gogpt.GPT3Ada,
31
MaxTokens: 5,
32
Prompt: "Lorem ipsum",
33
}
0 commit comments