Skip to content

Commit f5e3bc3

Browse files
committed
davinci-003
1 parent 30a9c50 commit f5e3bc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rebane2001/aimobs/RequestHandler.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ private static class OpenAIRequest {
2020
String prompt = "";
2121
float temperature = 0.6f;
2222
int max_tokens = 512;
23-
int max_tokens = 512;
2423

2524
OpenAIRequest(String prompt, String model, float temperature) {
2625
this.prompt = prompt;

0 commit comments

Comments
 (0)