cyberkaida / reverse-engineering-assistant

An AI assistant for reverse engineering tasks 👩‍💻
Apache License 2.0
165 stars 15 forks source link

Question: usage LM Studio in local PC #18

Closed velteyn closed 3 months ago

velteyn commented 5 months ago

Hello, as you certainly know LM Studio is a simple tool to test LLM in a local PC. LM Studio also have a server that mimic an OpenAI api. Is it possible to configure this tool to use for example Mistral in the local pc ? Thank you

image

cyberkaida commented 5 months ago

Hello! Thank you for your interest! It should be an easy change to add support for LM Studio. I will add support in the next week.

cyberkaida commented 4 months ago

Ollama has announced Windows support (along with support for AMD and Intel GPUs!)

I investigated supporting LM Studio, I think the best way will be via support for custom OpenAI compatible endpoints. This should allow a variety of endpoints, but because Ollama is adding windows support I will not be working on this as urgently.

If you would like to submit a pull request or for LMStudio or OpenAI compatible endpoints I will review.