cookbook/90_models/lmstudio/README.md
Note: Fork and clone this repository if needed
Run your chat model using LMStudio. For the examples below make sure to get qwen2.5-7b-instruct-1m. Please also make sure that the status is set to Running and the model is reachable at http://127.0.0.1:1234/v1.
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
uv pip install -U ddgs duckdb yfinance agno
python cookbook/92_models/lmstudio/basic_stream.py
python cookbook/92_models/lmstudio/basic.py
python cookbook/92_models/lmstudio/tool_use.py
python cookbook/92_models/lmstudio/structured_output.py
python cookbook/92_models/lmstudio/storage.py
python cookbook/92_models/lmstudio/knowledge.py
python cookbook/92_models/lmstudio/memory.py
python cookbook/92_models/lmstudio/image_agent.py