gemini-chat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d4981eb97fc7f379ca505f244a8f0dee78631504
parent 937203cd911e04d08a7571810b1c95bd8734eacc
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat, 27 Sep 2025 17:16:06 +0900

delete edge

Diffstat:
Mapp/api/chat/route.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts @@ -1,4 +1,3 @@ -export const runtime = "edge"; import { GoogleGenAI } from "@google/genai"; import { NextRequest, NextResponse } from "next/server";