qazs

Results 2 comments of qazs

Found the solution, you can add a `max_tokens` parameters when initializing OpenAI like this: ``` llm = OpenAI(temperature=0, max_tokens=2048) ```