-
> The P4-Card is visible in the devicemanger and i have installed the newest [vulkan-drivers](https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html?v=t) and c…
-
I was using ChromaDB and LMStudio successfully three weeks ago. LM updated and Chroma broke. Reinstalled Chroma and it runs but I can no longer ingest. Here is the log:
create_database.py: Loading …
-
**Describe the bug**
Planner failed to generate response because Post send_to field is None
**To Reproduce**
Steps to reproduce the behavior:
I use local llm from lmstudio server
**Expected…
-
Here are some issues I ran into while testing my system 3.04 on MacOS alongside with LMStudio 0.2.10 on a M2:
`server_connector.py`:
1. missing `import sys`
2. Error with the default config.yam…
-
I am trying to make a text box and a richtext box to parse input and send it to the model but i keep getting this error when i send input to the model? I am trying to use a GGUF model, i hope that's …
-
https://lmstudio.ai
it can provide an open api style
I am no expert just found both your project and this tonight
here's code they suggest for python
```
# Example: reuse your existing O…
-
I was following a [blog post ](https://lmy.medium.com/how-to-get-notion-ai-like-autocomplete-with-llms-in-obsidian-offline-8ad98a8ecc81) and self hosting both:
- [alpaca.13b.ggmlv3](https://hugging…
-
I am using LM Studio as my backend I have tried several different configuration all getting the same error with minor variation.
\MemGPT\memgpt\local_llm\lmstudio\api.py:22 in │…
-
Okay, first I tried setting up my venv to run MemGPT so I got this:
run.bat
@echo off
setlocal
:: Set the path to your Python 3.10.0 installation
set PYTHON_PATH=C:\Users\ADMIN\AppData\Local\Pr…
-
Add support for someone to be able to use a Locally hosted LLM.
- The LocalLLM must have an API wrapper like GPT4ALL
- This will not allow an arbitrary LLM running inferences to just interact with…