LE VAN DUC
LE VAN DUC
Hi. For someone who encountered this problem (like me), you need to set the env variable "API_MODEL" to the OpenAI model (GPT-3.5 or GPT-4). This problem relates to OpenAI API...
It was fixed in here #120 and also the reason of the error.
I need to install a local version of node by nvm. Using node version 10 can solve it.
> thanks for sharing your code, https://github.com/princeton-nlp/LESS/blob/main/less/data_selection/write_selected_data.py#L76 In this code version, a small mistake made sorted.csv goes wrong, to make it correct, line 76 and line 77 should exchange their...