mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-03-14 15:48:45 +00:00
Add missing model selection in honoai_gemini.ai.js
Add missing model selection
This commit is contained in:
parent
bcdfef3f6f
commit
b1078cd36c
|
|
@ -7,6 +7,8 @@ function main(args) {
|
|||
|
||||
var res = LIE.create()
|
||||
.setProvider(provider)
|
||||
// If no model is specified, the first possible model is used.
|
||||
.setModel("gemini-2.0-flash")
|
||||
.inference(text, 0)
|
||||
.join(' ')
|
||||
console.log(res)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user