BriefGPT
BriefGPT copied to clipboard
Locally hosted tool that connects documents to LLMs for summarization and querying, with a simple GUI.
1. rewrite requirements.txt to txt. _Binary files a/requirements.txt and b/requirements.txt differ_ 2. when use GPT4ALL, test.env tips not match the code in local_app.py. 3. Llama model problems
Hey! Is there any way to get the summarizer working off a local LMM? The only way I've found to use the summarizer is with an OpenAI key with gpt3.5...
chat_utils.py line 99 When the llm is None, the "output = llm(message)" will throw error.
Hey @e-johnstonn this PR enables you to gather and analyze feedback for the results and sources of the BriefGPT model by integrating the Trubrics SDK. You are then also able...
Hello, I think it would be great and handy if multiple files could be searched just like main.py for local_app.py. Since similar code/feature already exist in main.py, it could be...
It'd be a good idea to support other endpoints of OpenAI services (like Microsoft Azure). Presumably the env file would need other variables like OPENAI_API_BASE.
1、add chinese documents spport; 2、update the chat_prompt fit to chinese task.