Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rewoo/ReWOO-Demo
AIProdAndInnov
/
ReWOO-Demo
like
0
Sleeping
App
Files
Files
Community
4b66c30
ReWOO-Demo
/
nodes
/
NodeCofig.py
billxbf
init
926675f
over 1 year ago
raw
Copy download link
history
blame
Safe
137 Bytes
OPENAI_CONFIG = {
"temperature"
:
0.5
,
"max_tokens"
:
256
,
"top_p"
:
1
,
"frequency_penalty"
:
0
,
"presence_penalty"
:
0
,
}