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