Yves Chan

Results 1 comments of Yves Chan

I encountered the same problem and found that it was caused by the `max_completion_tokens` parameter. Modify backend_request_func.py and changed to `max_tokens` solved this problem. ``` {"object":"error","message":"[{'type': 'extra_forbidden', 'loc': ('body', 'max_completion_tokens'),...