Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding LM Studio Support #389

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ayoubachak
Copy link

Added the option to use local models via LM Studio, which gave decent results, here is an example of me asking mistral instruct 7B to make the game of life :

image

Note : I've set the context size to 32768 tokens even though most of them were not used, but I had some issue using other models like gemma 7b where it kept looping through the prompt infinitly.

@ayoubachak ayoubachak changed the title Adding LM Studio Adding LM Studio Support Apr 8, 2024
@Ascendant-Stoic
Copy link

I downloaded the files you edited and copied them to their corresponding Devika folders and activated LM Studio local server but I still can't get it to work ... I even edited the Config.toml and added an this line --> LM_STUDIO = "http://localhost:1234/v1/chat/completions" to be able to edit LM_Studio API Endpoint in the settings and still nothing, what am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants