openai-text-completions
Advanced tools
Comparing version
@@ -47,3 +47,3 @@ #!/usr/bin/env node | ||
temperature, | ||
max_tokens: 256, | ||
max_tokens: 4096, | ||
top_p: 1, | ||
@@ -50,0 +50,0 @@ frequency_penalty: 0, |
{ | ||
"name": "openai-text-completions", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A global npm package for generating text completions using the OpenAI API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3509
0.03%