seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
437 stars 162 forks source link

Fixed num_context_tokens 0 #66

Closed mopemope closed 9 months ago

mopemope commented 9 months ago

This PR fixed an issue where num_context_tokens was always 0 if the value of max_context_tokens was not exceeded.