lua-openai
lua-openai copied to clipboard
Break request / abort streaming
- Document the way to set timeout. AFAIK the default is 60s, but this may not always be sufficient.
- Response streaming can be time-consuming and in certain situations a user might want to terminate it prematurely. This could be implemented checking the return value of a callback function.