Alicia Sykes

Results 310 comments of Alicia Sykes
trafficstars

Came here to say something similar. There's a lot of very valuable content here, but the excess fluff makes it harder to find the useful services. For reference, most of...

Maybe an RSS tab feature would be a good feature? As almost all blogs, news sites and aggregators support RSS, and it would allow users to add their own sources....

The website source is a bit of a mess 🫣 It's located in the WEBSITE/docs-site-source branch. And I think the bit where that data is, is this file: https://github.com/Lissy93/dashy/blob/WEBSITE/docs-site-source/src/pages/docs.js#L200-L233 It;s...

Thanks for the ticket, and sorry about that. There was another similar issue a few days ago (#637), which was a mem leak, and I couldn't recreate. But after seeing...

That's really helpful, thank you. Weird because there were no backend changes in that release, but there was a change in the upstream base image (`node:16.13.2-alpine`). If that was the...

Not something I've ever seen reported before, but there was a similar ticket a few days ago, which makes me think it could somehow relate to the latest release of...

Actually this ticket is a duplicate of #631. Closing... But if you could provide more info, like the logs, then I can reopen + look into it further

Thanks, yeah that definitely doesn't look good... I wonder what could be causing it 🤔 Weird that no one else seems to have had a similar issue. I'll try out...

Linking: https://github.com/Lissy93/dashy/issues/647 Can now confirm another user with (I believe) the same issue. And also on Unraid. I believe the issue is with the Node Alpine base image used (...

In your code snippet, you're trying to use the `text-davinci-003` model. But looking at the code, it appears the currently only `gpt-3.5-turbo` and `gpt-3.5-turbo-0301` models are supported. https://github.com/openai/openai-node/blob/0363de20747e272a92e41da4a4c4293104aa9461/dist/api.d.ts#L261-L266 The solution...