We will expect an additional variable (boolean) from the frontend called predict. If the predict = True then we will be calling the siggy team's function with the data in the shared queue to predict the next character and use the ml team's function to either do word completion or next word prediction.
We will expect an additional variable (boolean) from the frontend called
predict
. If thepredict = True
then we will be calling the siggy team's function with the data in the shared queue to predict the next character and use the ml team's function to either do word completion or next word prediction.