Sivaraj
Initial Commit
a6fe20b
raw
history blame
173 Bytes
from smolagents import OpenAIServerModel
from src.config import OPENAI_API_KEY
openai_model = OpenAIServerModel(
model_id="gpt-4.1-mini",
api_key=OPENAI_API_KEY,
)