File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def show_input(self):
29
29
30
30
self .window .show_input_panel (
31
31
self .show_input_title (),
32
- self .show_input_last (),
32
+ self .show_input_value (),
33
33
self .show_input_done ,
34
34
None ,
35
35
None
@@ -38,9 +38,9 @@ def show_input(self):
38
38
def show_input_title (self ):
39
39
return 'ChatGPT Question (model: %s | timeout: %s)' % (self .settings ['model' ], self .settings ['timeout' ])
40
40
41
- def show_input_last (self ):
41
+ def show_input_value (self ):
42
42
if len (self .settings ['api_key' ]) == 0 :
43
- return 'You must set the API Key (Preferences > Package Settings > ChatGPT > Settings - User )'
43
+ return 'You must set the API Key (Preferences > Package Settings > ChatGPT > Settings)'
44
44
45
45
for region in self .view .sel ():
46
46
if not region .empty ():
You can’t perform that action at this time.
0 commit comments