chatgpt-plugin/client/GoogleGeminiClientTest.js
ikechan8370 0ac70a325f
fix
2023-12-15 01:53:02 +08:00

10 lines
204 B
JavaScript

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