prototype / configuration /example.json
fvde's picture
Upload folder using huggingface_hub
9b2e531
raw
history blame contribute delete
241 Bytes
{
"language_model_kwargs": {
"model_name": "gpt-3.5-turbo-16k",
"temperature": 0.0
},
"summarization_kwargs": {
"chain_type": "map_reduce"
},
"share_gradio_via_link": false,
"run_local": true
}