Skip to content

Conversation

JINO-ROHIT
Copy link
Collaborator

Integrates lmstudio for local model support

Links #2190

@JINO-ROHIT JINO-ROHIT self-assigned this Apr 15, 2025
@JINO-ROHIT JINO-ROHIT requested a review from Wendong-Fan April 15, 2025 07:57
@JINO-ROHIT JINO-ROHIT linked an issue Apr 15, 2025 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@fengju0213 fengju0213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @JINO-ROHIT

@fengju0213 fengju0213 merged commit 97e5319 into master Apr 19, 2025
@fengju0213 fengju0213 deleted the lmstudio branch April 19, 2025 06:40
Comment on lines +88 to +98
temperature: Optional[float] = None
top_p: Optional[float] = None
n: Optional[int] = None
stream: Optional[bool] = None
stop: Optional[Union[str, Sequence[str]]] = None
max_tokens: Optional[int] = None
presence_penalty: Optional[float] = None
response_format: Optional[dict] = None
frequency_penalty: Optional[float] = None
user: Optional[str] = None
tool_choice: Optional[Union[dict[str, str], str]] = None
Copy link
Member

@Wendong-Fan Wendong-Fan Apr 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from https://lmstudio.ai/docs/app/api/endpoints/openai seems some argument like n and user are not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Integrate LM Studio model platform
4 participants