yaroslavyaroslav / OpenAI-sublime-text

First class Sublime Text AI assistant with GPT-4o and llama.cpp support!
MIT License
130 stars 11 forks source link

Setting fix #6

Closed yaroslavyaroslav closed 1 year ago

yaroslavyaroslav commented 1 year ago

Closes #5

raineorshine commented 1 year ago

@yaroslavyaroslav Thanks! How do I test this out? I tried cloning into /Packages/OpenAI-sublime-text, which does load the package into Sublime Text, but the settings link from the menu is still not working for me.

yaroslavyaroslav commented 1 year ago

@raineorshine I've merged it to develop, since @deathaxe has been approved these changes, so you can pull it instead as for now.

I could tell you where you should install it exactly to test these changes when I'll be at my laptop, by my memory I can say that there's a two folders for a package:

  1. For zipped one
  2. For raw sources installation

But I dunno which is where 🤷🏻‍♂️. If I'm not mistaken the latter is the one that you are looking for and it placed somewhere alike Sublime Text/User/Packages/.

UPD: Appropriate place for macOS is: ~/Library/Application Support/Sublime Text/Packages/

UPD2: Since the repo itself named in an other way than the package itself you have to rename cloned folder to OpenAI completion from whatever will be named.

UPD3: I've released the fix with 1.1.3 so it should be available in Package Control when it updates its index.

raineorshine commented 1 year ago

Works great! Thanks!