IdentifyingParams#
- class langchain_community.llms.openllm.IdentifyingParams[source]#
Parameters for identifying a model as a typed dict.
- model_name: str#
- model_id: str | None#
- server_url: str | None#
- server_type: Literal['http', 'grpc'] | None#
- embedded: bool#
- llm_kwargs: Dict[str, Any]#