Afeezee commited on
Commit
3ed3255
·
verified ·
1 Parent(s): 7b7fde6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ Generate the correct code, ensure it is free from construct error and this kind
32
  {"role": "user", "content": description}
33
  ],
34
  temperature=0.3,
35
- max_completion_tokens=1024,
36
  top_p=1,
37
  stream=False,
38
  stop=None,
 
32
  {"role": "user", "content": description}
33
  ],
34
  temperature=0.3,
35
+ max_completion_tokens=4096,
36
  top_p=1,
37
  stream=False,
38
  stop=None,