chatgpt-plugin/client/GoogleGeminiClientTest.js
2023-12-15 00:41:42 +08:00

10 lines
243 B
JavaScript

import { GoogleGeminiClient } from './GoogleGeminiClient.js'
async function test () {
const client = new GoogleGeminiClient({
e: {},
userId: 'test',
key: 'AIzaSyBZEC3SLp0CVDnNY8WoRT7hn0LB8zn8dFA',
model: 'gemini-pro'
})
}