Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

[Question] Difference between ask and ask_stream? #57

Answered by acheong08
scmanjarrez asked this question in Q&A
Discussion options

You must be logged in to vote

Stream is a generator and ask is a normal function. Stream allows you to get data faster and use them as you get it. You can try it out via the CLI. --no-stream means to use ask and the default is ask_stream

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by acheong08
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #55 on February 16, 2023 23:41.