File size: 399 Bytes
f7161fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "system": null,
    "history": [],
    "chatbot": [],
    "model_name": "gpt-3.5-turbo",
    "single_turn": false,
    "temperature": 1.0,
    "top_p": 1.0,
    "n_choices": 1,
    "stop_sequence": "",
    "token_upper_limit": 4096,
    "max_generation_token": null,
    "presence_penalty": 0,
    "frequency_penalty": 0,
    "logit_bias": null,
    "user_identifier": "",
    "metadata": {}
}