AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.79k stars 140 forks source link

How can I use Rawdog and LM Studio together? #32

Closed zinwelzl closed 9 months ago

zinwelzl commented 9 months ago

Do you have instruction how to connect RawDog and LM Studion?

biobootloader commented 9 months ago

I haven't tried LM Studio but it looks like it can run an OpenAI-compatible local server. So set that up, and then set the llm_base_url and llm_model like you would for litellm:

image

(from https://github.com/AbanteAI/rawdog?tab=readme-ov-file#model-selection)