You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the frontend, the maximum question length is set at 1000 characters. This seems to be defined in the "app\frontend\src\components\QuestionInput\QuestionInput.tsx" module. Our users would like to write larger prompts. Is it possible to manually increase the maximum length without any impact on the processing of the query ?
The text was updated successfully, but these errors were encountered:
You can simply update the code to increase the size a user can enter. You need to be aware of the Max Request (tokens) for the model you are using. Assuming you are using a model with a large enough Max Request (tokens) then you will be ok.
Hi,
In the frontend, the maximum question length is set at 1000 characters. This seems to be defined in the "app\frontend\src\components\QuestionInput\QuestionInput.tsx" module. Our users would like to write larger prompts. Is it possible to manually increase the maximum length without any impact on the processing of the query ?
The text was updated successfully, but these errors were encountered: