-
I have some questions about BITO AI. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 need more details or discuss, please send an email to [email protected] and we can schedule a call to go over the questions, use cases and provide details on what's possible and how. |
Beta Was this translation helpful? Give feedback.
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] …