mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
import { GoogleGeminiClient } from '../GoogleGeminiClient.js'
|
|
|
|
async function test () {
|
|
const client = new GoogleGeminiClient({
|
|
e: {},
|
|
userId: 'test',
|
|
key: '',
|
|
model: 'gemini-pro'
|
|
})
|
|
}
|