mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-17 00:47:07 +08:00
remove console.log
This commit is contained in:
@@ -141,7 +141,6 @@ export class ClaudeApi implements LLMApi {
|
|||||||
content: content
|
content: content
|
||||||
.filter((v) => v.image_url || v.text)
|
.filter((v) => v.image_url || v.text)
|
||||||
.map(({ type, text, image_url }) => {
|
.map(({ type, text, image_url }) => {
|
||||||
console.log("process message", type, text, image_url);
|
|
||||||
if (type === "text") {
|
if (type === "text") {
|
||||||
return {
|
return {
|
||||||
type,
|
type,
|
||||||
|
Reference in New Issue
Block a user