Skip to content

QAI AppBuilder for QAIRT SDK 2.37.0.250724

Choose a tag to compare

@quic-zhanweiw quic-zhanweiw released this 25 Aug 13:00
· 300 commits to main since this release

QAI AppBuilder

README
BUILD

GenieAPIService:

Note: Please note that the input length must not exceed the maximum number of tokens reserved for the input, which means it cannot exceed the model's maximum context length minus the value set for '--min_output_num'. You can invoke the Text Splitter to send the input text to the server for segmentation, and then sequentially pass the split segments to the LLM to complete the question-answering process.
Note: It is recommended to disable thinking mode when using the tools call function.

Reference:

GenieAPIService
API
BUILDER
Model