mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 13:33:43 +08:00
feat: support gemini pro
This commit is contained in:
@@ -123,7 +123,7 @@ export class PDFBrowser extends Tool {
|
||||
undefined,
|
||||
runManager?.getChild("vectorstore"),
|
||||
);
|
||||
context = formatDocumentsAsString(results, "\n");
|
||||
context = formatDocumentsAsString(results);
|
||||
}
|
||||
|
||||
const input = `Text:${context}\n\nI need ${
|
||||
|
||||
Reference in New Issue
Block a user