burncloud-api-test 0.1.1

A high-performance API testing tool supporting OpenAI, Azure OpenAI GPT, and Azure Claude models with comprehensive performance metrics
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# [] 输出部分错误信息

{
    "work": "失败任务需要输出部分信息,直接在任务840 ❌后面输出,长度限制在30个字",
    "rules": ["使用中文回复","最精简代码","rust编写","max_tokens限制在2"]
}

# [complete] 编写测试ai.burncloud.com/v1的rpm测试

{
    "work": "使用多线程高并发使实rpm请求",
    "rules": ["使用中文回复","最精简代码","rust编写","max_tokens限制在2"]
}


# [complete] 编写测试ai.burncloud.com/v1的rpm测试

{
    "work": "读取.env获取token和url和rpm来测试openai格式的url",
    "rules": ["使用中文回复","最精简代码","rust编写"]
}