Thomas Le

Results 21 comments of Thomas Le

Yes I know I have data, it's paginated from the api and there are 45000 records of which I get 10 or 25 at a time. I do filtering, yes...

@uksparky while not the best resolution by any means I used a setInterval for 8 hours to close the connection and restart it and it's been reliable for almost a...

For anyone coming here looking for a fix https://stackoverflow.com/questions/41666820/node-sequelize-mysql-how-to-define-collation-and-charset-to-models explains how to do it on a db level. ``` var sequelize = new Sequelize('database', 'username', 'password', { define: { charset:...

I tried to copy the cloudsave.js to the file on my computer and it doesnt seem to work still. Do you know if this saves the file using the clients...

Using the [Graph API Explorer](https://developers.facebook.com/tools/explorer/) I found out that /`username`?fields=cover will give you a cover object `{ "cover": { "id": "12345678900987654321", "source": "https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-frc3/t1/s720x720/1234567890.jpg", "offset_y": 0 }, "id": "1234567890" }` so...

apologies I overlooked that. I would like to point out I noticed a few verified tokens don't have an extended description. is this a new requirement? I'll add an extended...

Very excited about this release, any updates?

openai has a export data function that gives you a json file with the conversations. the aichat cli application does not seem to have an export function but writes everything...

i am confused how "our prompts" are the same as "the configuration". I want to suggest a feature to let us export our chat history. I want to keep track...