Skip to content

Commit

Permalink
implement chat.locki.io helpmestring
Browse files Browse the repository at this point in the history
  • Loading branch information
jnschilling committed Oct 18, 2023
1 parent 44a3c0c commit 227fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def execute(self, context):
import webbrowser
locki = context.scene.locki
helpMeString = get_selected_text()
ai_help_url = 'https://app.locki.io/AiSupport?string=' + helpMeString
ai_help_url = 'https://chat.locki.io?string=' + helpMeString
webbrowser.open(ai_help_url)

return {'FINISHED'}
Expand Down

0 comments on commit 227fd17

Please sign in to comment.