Back
Similar todos
Experimenting with Open AI assistant. Takes forever to receive a response, so not an option for production 😒
Time to upgrade the Assistants API in my app to let users use gpt-4o
FYI: OpenAI Assistants API is not functioning as expected despite the status page saying it's operational. Multiple similar reports in the forums.
First MVP prototype for AI Assistant Chat using web sockets - instabotgpt.com #instabotgpt
Play with assistants api #veda
work on streaming AI responses in #booklet draft UI
working on formatting responses from ai assistant
Make OpenAI Assistants Frontend UI for free tool #fridaygpt
Create prototype of personal assistant that can read my email #life
implement AI-assistant #painlesstracker
Fiddle around with OpenAI assistants and threads for #nichewit
Fixed weird outputs on Assistants API (OpenAI)
work on prototype for AI transcript
Configure API endpoint for assistant creation #edgar
Made AI assistant that watches commits and suggests improvements, checks for bugs, etc. We'll see if it works #life
Adding support for Assistant in the main chat UI #boltai
Worked on getting ChatGPT working with the Line echo bot example...created a separate file to test the OpenAI API call...hit an error, turned out I needed to pay separately for API credits...hit another error from my request not being formatted properly...finally got it working, now I need to try to integrate it with the Line echo bot...updated the code to use the ChatGPT code and deployed it, but the bot isn't responding anymore, I need to examine the logs...checked the logs with `dokku logs api` (`api` being the name of my app) and saw the error: "You didn't provide an API key."...need to add my API key as an env var...got that added with `dokku config:set`...tested the echo bot again and IT WORKED. It is insane insane insane how fast I can get stuff working when I can ask ChatGPT for help at every step to cut through all the usual Googling to figure out how to do something...next up, hmm, I'm not sure, either work on an accompanying Vue frontend or try fleshing out the bot to handle the particular use-case I have in mind...sent an email to another YouTuber to see if I can do a video with him.