feat(config): add AI analysis tuning parameters and update related logic
This commit is contained in:
@@ -617,7 +617,7 @@ describe("message query integration tests", () => {
|
||||
size: 1024,
|
||||
type: "image/png",
|
||||
discord_url: "https://discord.com/test1.png",
|
||||
uploaded_url: "https://picser.tech/test1.png",
|
||||
uploaded_url: "https://upload.asepharyana.tech/test1.png",
|
||||
upload_status: "uploaded" as const,
|
||||
upload_error: null,
|
||||
created_at: Date.now(),
|
||||
@@ -635,7 +635,7 @@ describe("message query integration tests", () => {
|
||||
size: 2048,
|
||||
type: "image/png",
|
||||
discord_url: "https://discord.com/test2.png",
|
||||
uploaded_url: "https://picser.tech/test2.png",
|
||||
uploaded_url: "https://upload.asepharyana.tech/test2.png",
|
||||
upload_status: "uploaded" as const,
|
||||
upload_error: null,
|
||||
created_at: Date.now(),
|
||||
|
||||
Reference in New Issue
Block a user