S. Dale Morrey

Results 9 issues of S. Dale Morrey

This is not intended as legal advice, but I'm in my 3rd year of law school and as I was browsing the code and interacting with the program, I felt...

documentation
enhancement
Security 🛡️

There's been a [recent development that could greatly expand the capabilities of GPT4ALL](https://arxiv.org/pdf/2302.10866.pdf). I'm considering either a bounty or a gofundme to get it fully implemented. It would require retraining,...

```Reading symbols from ./chat... (gdb) run Starting program: /opt/gpt4all 0.1.0/bin/chat [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QML debugging is enabled. Only use this in a safe...

It looks like the installer is not packaging or checking for a needed library. ``` username@computer:/opt/gpt4all 0.1.0/bin$ ./chat ./chat: error while loading shared libraries: libxcb-cursor.so.0: cannot open shared object file:...

I gave it different lyrics, and even tried uploading a different audio file etc. But prompts that involve generating a singing voice always produce the exact same output as: ```...

This addresses issue #84. The issue was caused because SC is treated differently than S.C. when searching and scotus is the default return result. Since all court strings are unique...

I was doing a code review in preparation for the fix I was asked to work on regarding "scotus" being assigned inappropriately to certain cases. While reading the code I...

**Summary** IBM released a new whitepaper today: Automating Thought of Search: A Journey Towards Soundness and Completeness. **Motivation** Integrating this approach would make OpenHands SOTA for Agentic systems. **Technical Design**...

enhancement
Stale

### What is the issue? I cloned the repo and was building the macapp and it fails to build. Can't find webpack.main.config There's a webpack.main.config.ts file but that's not the...

bug