x1ongzhu hai 1 ano
pai
achega
a8d49956e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/paper/paper-gen/index.ts

+ 1 - 1
src/paper/paper-gen/index.ts

@@ -9,7 +9,7 @@ import { createAbstract } from './abstract'
 import { createUseCase } from './useCase'
 
 export async function genPaper(title: string, desc: string) {
-    const tools = createLLM()
+    const tools = createLLM({ model: 'gpt-3.5-turbo-16k' })
     const { llm, usage, conversation } = tools
     const pRetry = (await eval("import('p-retry')")).default