chore: initial commit — existing single-user document scanner codebase
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from ai.openai_provider import OpenAIProvider
|
||||
|
||||
|
||||
class LMStudioProvider(OpenAIProvider):
|
||||
def __init__(self, base_url: str = "http://host.docker.internal:1234", model: str = "gemma-4-e4b-it"):
|
||||
super().__init__(
|
||||
api_key="lm-studio",
|
||||
model=model,
|
||||
base_url=base_url.rstrip("/") + "/v1",
|
||||
)
|
||||
Reference in New Issue
Block a user