We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c102490 commit e5b96fdCopy full SHA for e5b96fd
pyqt_openai/gpt_widget/right_sidebar/chatPage.py
@@ -55,7 +55,10 @@ def __initUi(self):
55
self.__warningLbl.setVisible(False)
56
57
# TODO WILL_BE_REMOVED_AFTER v1.5.0
58
- self.__warningLbl.setText('Currently LlamaIndex, JSON mode, and Image input are only available for the OpenAI Chat model.')
+ self.__warningLbl.setText('Currently LlamaIndex, JSON mode, and Image input are only available for the OpenAI Chat model.\n'
59
+ # TODO WILL_BE_REMOVED_AFTER v1.3.0
60
+ 'Also you have to get OpenAI API key to use these features.\n'
61
+ 'I will update this soon.')
62
self.__warningLbl.setWordWrap(True)
63
64
advancedSettingsScrollArea = QScrollArea()
0 commit comments