From 0ac70a325f7251e5b06083a2d492d8db56d907a5 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 15 Dec 2023 01:53:02 +0800 Subject: [PATCH] fix --- client/GoogleGeminiClientTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/GoogleGeminiClientTest.js b/client/GoogleGeminiClientTest.js index 38ea82a0..d55bb793 100644 --- a/client/GoogleGeminiClientTest.js +++ b/client/GoogleGeminiClientTest.js @@ -4,7 +4,7 @@ async function test () { const client = new GoogleGeminiClient({ e: {}, userId: 'test', - key: 'AIzaSyBZEC3SLp0CVDnNY8WoRT7hn0LB8zn8dFA', + key: '', model: 'gemini-pro' }) }