All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
31.34k stars 3.62k forks source link

LM Studio Integration via OpenAI API V1 using base URL #177

Closed ClaudiuHNS closed 5 months ago

ClaudiuHNS commented 5 months ago

Using opensource local LLM's available in LM Studio.

Using URL from LM Studio in OpenDevin for OpenAI-like integration: OPENAI_API_BASE_URL = "http://localhost:1234/v1" # LM Studio local API endpoint

This solution proposed on crewAI may help: https://github.com/joaomdmoura/crewAI/issues/154#issuecomment-1919150315

rbren commented 5 months ago

See this issue for the solution: https://github.com/OpenDevin/OpenDevin/issues/111