Files
t6_mem0/configs/huggingface.yaml
2023-11-03 00:32:51 -07:00

9 lines
146 B
YAML

llm:
provider: huggingface
config:
model: 'google/flan-t5-xxl'
temperature: 0.5
max_tokens: 1000
top_p: 0.5
stream: false