Musabbirkm's picture
Add application file
9d1f8e0
raw
history blame contribute delete
197 Bytes
class Agent:
def __init__(self, model: str, temperature: float = 0.6, role: str = "Content Creator"):
self.model = model
self.temperature = temperature
self.role = role