chatgpt-optimized-official
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -9,3 +9,3 @@ import { ChatGPT, Assistant } from "../dist/index.js"; | ||
let bot = new ChatGPT("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", { | ||
let bot = new ChatGPT(process.env.OPENAI_API_KEY, { | ||
temperature: 0.7, // OpenAI parameter | ||
@@ -12,0 +12,0 @@ max_tokens: 256, // OpenAI parameter [Max response size by tokens] |
{ | ||
"name": "chatgpt-optimized-official", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "ChatGPT Client using official OpenAI API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
488205
2