runnable-hub/python/runnable_workers/llmWorker/request/llmSetting.py (
5
lines of code) (
raw
):
from pydantic import BaseModel class LlmSetting(BaseModel): endpoint: str model: str secretKey: str