File size: 109 Bytes
f0aeabd
 
 
 
 
 
1
2
3
4
5
6
from pydantic import BaseModel

class LLMConfig(BaseModel):
    model: str
    api_key: str
    base_url: str