chatgpt-jdasa
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -418,3 +418,3 @@ // src/chatgpt-api.ts | ||
role: "user", | ||
content: [ | ||
content: image_url ? [ | ||
{ | ||
@@ -430,3 +430,3 @@ "type": "text", | ||
} | ||
], | ||
] : text, | ||
name: opts.name | ||
@@ -433,0 +433,0 @@ } |
{ | ||
"name": "chatgpt-jdasa", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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
133542