feat: allow users to specify timeout for text generations and workflows by environment variable (#8395)

This commit is contained in:
kurokobo
2024-09-14 15:11:45 +09:00
committed by GitHub
parent 032dd93b2f
commit 52857dc0a6
8 changed files with 34 additions and 4 deletions

View File

@@ -268,6 +268,9 @@ const translation = {
notSelectModel: 'Please choose a model',
waitForImgUpload: 'Please wait for the image to upload',
},
warningMessage: {
timeoutExceeded: 'Results are not displayed due to timeout. Please refer to the logs to gather complete results.',
},
chatSubTitle: 'Instructions',
completionSubTitle: 'Prefix Prompt',
promptTip: