chatgpt-jdasa
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -426,3 +426,3 @@ // src/chatgpt-api.ts | ||
"image_url": { | ||
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg" | ||
"url": image_url | ||
} | ||
@@ -435,2 +435,3 @@ } | ||
let numTokens = 0; | ||
console.log("nextMessages=%o", JSON.stringify(nextMessages)); | ||
do { | ||
@@ -437,0 +438,0 @@ const prompt = nextMessages.reduce((prompt2, message) => { |
{ | ||
"name": "chatgpt-jdasa", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Node.js client for the official ChatGPT API,support gpt-4o and image_url.", | ||
@@ -5,0 +5,0 @@ "author": "Travis Fischer <travis@transitivebullsh.it>", |
Sorry, the diff of this file is not supported yet
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
1349
133496