kydycode / chatgpt-3.5-turbo

A Python chatbot that uses OpenAI's GPT-3.5-turbo model to generate responses to user input. Simply enter your input and the chatbot will respond. Conversation history is stored in a list. Licensed under MIT.
167 stars 72 forks source link

Max tokens #6

Closed rvHoney closed 1 year ago

rvHoney commented 1 year ago

Hi I can't use more than 4096 tokens in answers. Is there a solution to bypass that ?