Client code examples & integrations that utilize LM Studio's in-app local inference server
Contributions are welcome!
- Fork this repo and add your code in a feature branch.
- When you're ready, open a PR against this repo.
If you haven't contributed to public repos before, this StackOverflow post might be of some use.
./ # `lmstudio-ai/examples` repo root
|__your_example_name/ # new folder you create
|__code_file.py # or: .ts, .js, .cpp, .go, etc.
|__README.md # new README you create
#
# .. rest of repo ...
# |__... another example dir/
# |__... another example dir/
# ...
Each example should be contained in a folder and come, at minimum, with:
- Sample code
- README.md file containing installation / usage instructions
Note: your new example folder should be added at the repo root.