lencx / Noi

🚀 Power Your World with AI - Explore, Extend, Empower.
https://noi.nofwl.com
5.99k stars 432 forks source link

ChatGPT not showing in Noi Ask. #206

Open Jaykurb opened 1 month ago

Jaykurb commented 1 month ago

image How it looks on my app

image How it looks in the documentation

When I open Noi ask, chatGPT does not show. The brain icon is not showing next to ChatGPT in the sidebar, and it shows the link logo, which it does not in the examples shown in the documentation.

lencx commented 1 month ago

Please wait for the next version to fix the issue, as the domain change has caused some of the code to become invalid.

You can temporarily resolve this by manually modifying the configuration file. On macOS, open /Users/username/Library/Application Support/Noi/noi_cache/cache.mode.json with a text editor, and add noi:chatgpt to the noi_ask array.

  "noi_ask": [
    "noi:claude",
    "noi:perplexity",
    "noi:chatgpt"
  ],

noi:chatgpt is the ID for the sidebar link, which comes from /Users/username/Library/Application Support/Noi/noi_configs/noi.mode.json.

Jaykurb commented 1 month ago

Please wait for the next version to fix the issue, as the domain change has caused some of the code to become invalid.

You can temporarily resolve this by manually modifying the configuration file. On macOS, open /Users/username/Library/Application Support/Noi/noi_cache/cache.mode.json with a text editor, and add noi:chatgpt to the noi_ask array.

  "noi_ask": [
    "noi:claude",
    "noi:perplexity",
    "noi:chatgpt"
  ],

noi:chatgpt is the ID for the sidebar link, which comes from /Users/username/Library/Application Support/Noi/noi_configs/noi.mode.json.

The temporary resolution enables ChatGPT in the Noi_ask area, but it does not enter text when using the prompt command:

vicctorcastro commented 1 month ago

Thank you for the help, i tried and still not working =(