tqdungctuct
tqdungctuct
> Try this  Unrelated question about HV Autoattack. What is the usually speed of HVAT script? My script reduce from ~3 action/s to ~2 action/s recently. Can I do...
Anyone can fix that please?
Do you know how to fix that? @Cosetto
> gemini格式的api应该不支持,但是你可以用new-api来把目前不支持的api格式的api添加进去转换成openai的格式的api,这样就可以把这个api填入来调用gemini,然后在`chatgpt.py`文件中把默认模型更改成gemini的模型,就可以正常使用了。不过如果你想白嫖gemini2.0系列,它rpm只有15,需要把`_MAX_REQUESTS_PER_MINUTE`这个参数调低 https://github.com/Calcium-Ion/new-api/tree/main 你能一步一步地指导我们吗?我自己托管了 newapi 服务器,并创建了 Gemini 频道和令牌。我已经在 Playground 里测试过了,但运行时出现错误: **openai.BadRequestError: Error code: 400 - {'error': {'message': '* GenerateContentRequest.contents: contents is not specified\n (request id: 20250201133243865980600hwjwVIQi)', 'type': '', 'param': '',...