openai-cookbook
openai-cookbook copied to clipboard
reduce_long() gives wrong result in Section 1.2 olympics-1-collect-data.ipynb
trafficstars
reduce_long() in Section 1.2 of olympics-1-collect-data.ipynb gives wrong results. It should take the sentence up to which max_len of token was not exceeded.
Opened a PR #208 to fix it.