Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ade26
/
ChatModelApp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ade26
commited on
Jan 2, 2024
Commit
f2227f8
·
1 Parent(s):
bfd894e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,7 +38,7 @@ def get_text():
38
return input_text
39
40
41
-
chat = ChatOpenAI(temperature
=0
)
42
43
44
38
return input_text
39
40
41
+
chat = ChatOpenAI(temperature
=.7
)
42
43
44