zhuhao
Results
4
comments of
zhuhao
I have modified the get_token_len method in the file opencompass/models/openai_api.py, as follows: def get_token_len(self, prompt: str) -> int: """Get lengths of the tokenized string. Only English and Chinese characters are...
same problem here when testing a api deployed in house
@userzhangqg refer this pr to fix the test, https://github.com/langgenius/dify/pull/9287