Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MikeMai
/
ChatLingo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatLingo
/
MAIAI
/
agent.py
MikeMai
Upload 6 files
b064992
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
189 Bytes
class
Agent
:
def
__init__
(
self, model:
str
, temperature:
float
=
0.5
, role:
str
=
None
):
self.model = model
self.temperature = temperature
self.role = role