10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"model": "qwen-plus",
|
|
"api_url": "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation",
|
|
"api_key": "YOUR_API_KEY",
|
|
"temperature": 0.8,
|
|
"top_p": 0.5,
|
|
"presence_penalty": 1.1,
|
|
"timeout": 120,
|
|
"max_retries": 3
|
|
} |