Skip to content

Commit 81b5788

Browse files
authored
Update README.md
1 parent cf013d3 commit 81b5788

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
@@ -27,7 +27,7 @@ func main() {
2727
ctx := context.Background()
2828

2929
req := gogpt.CompletionRequest{
30-
Model: "ada",
30+
Model: gogpt.GPT3Ada,
3131
MaxTokens: 5,
3232
Prompt: "Lorem ipsum",
3333
}

0 commit comments

Comments
 (0)