File size: 180 Bytes
8066989
 
d7080d3
8066989
b6107a6
8066989
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "openai": {
    "url": "http://localhost:7860/v1/chat/completions",
    "max_tokens": 256,
    "temperature": 0.6,
    "top_p": 0.95,
    "stop": ["User:", "Assistant:"]
  }
}