diff --git a/.vscode/settings.json b/.vscode/settings.json index fec9cb25..33b14c0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "CodeGPT.apiKey": "CodeGPT Plus Beta", + "CodeGPT.apiKey": "LM Studio", "CodeGPT.Autocomplete.enabled": true, "CodeGPT.Autocomplete.provider": "CodeGPT Plus - Plus", "CodeGPT.Autocomplete.suggestionDelay": 700 diff --git a/README.md b/README.md index 3788491e..fc30c731 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://codegpt.co https://docs.codegpt.co # API Docs -https://developers.codegpt.co/ +https://developers.codegpt.co ## ✨ Join Our Community 🤜 🤛 We believe in collaboration and feedback, which is why we encourage you to get involved in our vibrant and welcoming Discord community. Feel free to ask questions, suggest new features, and share your experience with fellow coders diff --git a/docs/tutorial-ai-providers/lmstudio.md b/docs/tutorial-ai-providers/lmstudio.md index 848a22b8..4a1f4da4 100644 --- a/docs/tutorial-ai-providers/lmstudio.md +++ b/docs/tutorial-ai-providers/lmstudio.md @@ -9,24 +9,30 @@ Official website [https://lmstudio.ai/](https://lmstudio.ai/) ## Connect LM Studio - Download LM Studio here [lmstudio.ai](https://lmstudio.ai/) - Open LM Studio and navigate to the `My Models` tab. Please ensure that you download a model. +- If you have not downloaded a model, go to the `Search` tab and search for a model. + +

+ +

+ - Next, go to `Local Server` tab. - Click on `Select a model to load` and choose a model.

- +

- Please wait until the loading reaches 100% completion. - Click on `Start Server` and keep LMStudio running. -- Launch CodeGPT extension on VSCode. +- Launch CodeGPT extension on VSCode/Local LLMs . - Choose LM Studio as `Provider`.

- +

:::caution Remove Key -There is no need to disconnect; just change the provider. If the agent doesn't respond and a "Gain error" appears, please close VSCode. Then, ensure that LM Studio runs with the model before reopening it. +There is no need to disconnect; change the provider. If the agent doesn't respond and a "Gain error" appears, please close VSCode. Then, please ensure LM Studio runs with the model before reopening it. :::