mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
9 lines
177 B
Python
9 lines
177 B
Python
"""Model profiles entrypoint."""
|
|
|
|
from langchain_model_profiles.model_profile import ModelProfile, get_model_profile
|
|
|
|
__all__ = [
|
|
"ModelProfile",
|
|
"get_model_profile",
|
|
]
|