We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For api mode, we don't need the ai to remember the whole context, but to add a prompt prefix for the after text.
Say: [prompt-prefix] translator all the later inputs into English: [user-input]: 今天天气不错 [ai-ouput]: The weather is nice today
if we had a [prompt prefix], we needn't input it every time, and we needn't care about the context tokens overflow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For api mode, we don't need the ai to remember the whole context, but to add a prompt prefix for the after text.
Say:
[prompt-prefix] translator all the later inputs into English:
[user-input]: 今天天气不错
[ai-ouput]: The weather is nice today
if we had a [prompt prefix], we needn't input it every time, and we needn't care about the context tokens overflow.
The text was updated successfully, but these errors were encountered: