Skip to content

Asynchronous BITO AI #230

Answered by bitoandy
Arturohgm asked this question in Q&A
Nov 15, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

hi @Arturohgm,

If you are using Bito AI CLI to make requests, you can make multiple requests by writing a script to do so in parallel.
In case you want to use the prior context for a call make sure to use -c option where you can provide a context file. When a context file option is used multiple request context (Q and A) is stored in the context file name you provide and is used by Bito CLI to understand prior context while answering the next question. Make sure that no two request in parallel use the same context file. In case two requests need to use the same context file they should ideally be serialized.

In case you need more details or discuss, please send an email to [email protected]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Arturohgm
Comment options

Answer selected by Arturohgm
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