qazs
Results
2
comments of
qazs
Same issue here
Found the solution, you can add a `max_tokens` parameters when initializing OpenAI like this: ``` llm = OpenAI(temperature=0, max_tokens=2048) ```