Files
hsa/AlgoriAgent/scripts/flask_modelscope/model_config.json
CakeCN 4198ca63b1 init
2024-12-03 16:21:19 +08:00

9 lines
217 B
JSON

{
"model_type": "post_api_chat",
"config_name": "flask_llama2-7b-chat-ms",
"api_url": "http://127.0.0.1:8000/llm/",
"json_args": {
"max_length": 4096,
"temperature": 0.5
}
}