x1ongzhu 1 éve
szülő
commit
a8d49956e2
1 módosított fájl, 1 hozzáadás és 1 törlés
  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