zxjyes

Results 4 issues of zxjyes

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 大部分文章长度都会超出maxtoken ### Expected Behavior _No response_ ### Steps To Reproduce 提取较长篇新闻的关键词...

import openai openai.api_key = "7c7aa4a3549f5" openai.api_base = "http://localhost:8090/v1" completion = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hello world"}]) print(completion.choices[0].message.content)

### How are you running AnythingLLM? Docker (remote machine) ### What happened? ![Image](https://github.com/user-attachments/assets/9014fd96-2576-4ea3-b7b0-563b515dbc4b) ### Are there known steps to reproduce? some settings: ![Image](https://github.com/user-attachments/assets/60fa0ee6-2362-45af-80b5-bda4303c511e) ![Image](https://github.com/user-attachments/assets/22ece0c2-abf9-4a75-ab73-9ee991077152) **the steps to run AnythingLLM** export...

possible bug

I've called the same knowledge base both through the web side and the api, but the api calls are answering poorly. question is "李俊杰做了什么研究?" The RAG on the web side...