We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a9c50 commit f5e3bc3Copy full SHA for f5e3bc3
src/main/java/com/rebane2001/aimobs/RequestHandler.java
@@ -20,7 +20,6 @@ private static class OpenAIRequest {
20
String prompt = "";
21
float temperature = 0.6f;
22
int max_tokens = 512;
23
- int max_tokens = 512;
24
25
OpenAIRequest(String prompt, String model, float temperature) {
26
this.prompt = prompt;
0 commit comments