This repository contains examples and instructions for using the Foundry Local SDK with Python, along with integration with OpenAI's SDK, Langchain, and Open WebUI.
pip install foundry-local-sdk --userpip install openai --userpip install langchain[openai] --userpip install requests --userpip install open-webui --userIf pip fails to find a distribution, use the uvx method instead (recommended on Windows):
$env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serveNote: Open WebUI expects Python 3.11.
This will start server at http://localhost:8080
open-webui serve