brianpetro / smart-connect

60 stars 6 forks source link

Update Your Supporter Key #20

Open brianpetro opened 1 month ago

brianpetro commented 1 month ago

An issue was brought to my attention that required the connection keys to be updated.

Subscribers should have received the following email with their updated supporter key.

Sorry for the inconvenience!

Screenshot 2024-07-09 at 12 01 58 PM 🌴

rtm commented 1 month ago

I "disconnected" in the Smart Connect App, assuming when I reconnected it would ask me for my updated connection key, but instead it seems to just go ahead and connect using a cached version of the key, perhaps? Should I uninstall and reinstall?

brianpetro commented 1 month ago

@rtm there is a temporary patch that allows the original key to work, but this will eventually be removed.

You can change the key by clicking the "Click to Show Account Settings" button (towards the bottom). 17205752318931920028182726585818 🌴

rtm commented 1 month ago

Good news: I was able to connect using the new connection key, and successfully import the actions into my GTP. Bad news: I get this.

Please list my most recent notes.
[debug] Calling HTTP endpoint
[debug] Calling HTTP endpoint
[debug] Response received
Error talking to

I encountered an issue while trying to access your most recent notes. Could you please check the authorization settings or provide access again?

Please create a folder named foobar in my Vault.
[debug] Calling HTTP endpoint
[debug] Response received
Error talking to

I encountered an issue while trying to create the folder. Could you please check the authorization settings or provide access again?
brianpetro commented 1 month ago

@rtm try saving the GPT then making the request in the regular GPT chat thread (a weird bug I've encountered is the chat in the GPT editor screen doesn't work until after using in the regular ChatGPT screen).

If that still doesn't work, open the "console logs" (at the bottom of the Smart Connect app) and screenshot any errors you see. There should be an error for each failure. I'll review the screenshots and we can take it from there.

🌴

rtm commented 1 month ago

I see no save option. When I ask it how to save, it informs me:

How Do I save this GPT?
ChatGPT
You can save this GPT by using the update_behavior function with all the current fields filled in. This will ensure the behavior, name, context, description, prompt starters, and profile picture are all saved as specified. Here’s how the function call should look:

json
Copy code
gizmo_editor.update_behavior({
  "name": "Bob's Notes",
  "description": "A GPT to access all of Bob's notes",
  "context": "Take questions about Bob's activities and interests, and answer them based on relevant information from my notes. The daily notes, found in the Daily folder, are quite important and contain information about daily activities in notes with a title of the form yyyy-mm-dd. Those same tags (in other words, wikilinks to the date) are also found in other notes identifying activities done that day.",
  "prompt_starters": [
    "What did I do on [date]?",
    "Tell me about my notes on [topic].",
    "What activities did I do this week?",
    "Summarize my daily notes."
  ]
});
brianpetro commented 1 month ago

@rtm the create/update button in the top right of the GPT editor screen 🌴

rtm commented 1 month ago

Thanks, working now. Is there any way to suppress the lines starting with [debug], or the "talked to" lines?

brianpetro commented 1 month ago

@rtm when you click the update button in the top right corner it should trigger a pop-up that includes the link to the GPT and a "View GPT" button.

When you use the GPT through the interface at that link then it should omit the debug info.

If that doesn't work, I might need a screenshot so I can see what you're seeing 🌴

williams38655 commented 1 month ago

I just hit you on the help line about not being able to connect for a few months now. I also haven't received any updates via email. I'll work on getting you a screenshot of my errors.