Maziramy-Ariphes / llm_config.json
Euryeth's picture
Update llm_config.json
d7080d3 verified
Raw
History Blame Contribute Delete
180 Bytes
{
"openai": {
"url": "http://localhost:7860/v1/chat/completions",
"max_tokens": 256,
"temperature": 0.6,
"top_p": 0.95,
"stop": ["User:", "Assistant:"]
}
}