duhoc-rewoo-agent / nodes /NodeCofig.py
brandonmai's picture
Original
2224132
raw
history blame contribute delete
137 Bytes
OPENAI_CONFIG = {
"temperature": 0.5,
"max_tokens": 256,
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
}