twobob / examples

Client code examples & integrations that utilize LM Studio's local inference server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LM Studio Client Code Examples

Client code examples & integrations that utilize LM Studio's in-app local inference server

Contributions

Contributions are welcome!

  1. Fork this repo and add your code in a feature branch.
  2. 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.

Expected format

./  # `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:

  1. Sample code
  2. README.md file containing installation / usage instructions

Note: your new example folder should be added at the repo root.

About

Client code examples & integrations that utilize LM Studio's local inference server

License:MIT License


Languages

Language:Python 73.9%Language:HTML 19.6%Language:Shell 6.5%