wesharetechnology / flask-llm-pdf-analyzer

A flask app that uses the LLM model to extract chemicals from a PDF file input.
0 stars 1 forks source link

在运行flask-llm-pdf-analyzer中发现的一些问题 #3

Open LOB-Syra opened 11 months ago

LOB-Syra commented 11 months ago

在运行flask-llm-pdf-analyzer中发现的一些问题

Alexwwwwww commented 11 months ago

image 由於 PdfFileReader 已經deprecated, 已經修改爲PdfReader. 但是目前執行Post之後會報CUDA out of memory error image 目前正在把call chatglm的部分換成call openai API

kongdayan commented 11 months ago

可以尝试使用以下库来同步支持多个LLM https://docs.litellm.ai/docs/