esteinmann / chatgpt-convdown

GNU General Public License v3.0
56 stars 7 forks source link

File name end with ..md #24

Closed mattjoyce closed 1 year ago

mattjoyce commented 1 year ago

Not a huge issue, but I notice the file name ends with two period. Here's an example, ChatGPT_20230219T120846605Z_TestSuccessful..md Here's another, ChatGPT_20230219T120237907Z_Discordpluginsandbots..md

It might cause issues for some filesystems. Maybe strip any trailing period.

esteinmann commented 1 year ago

Thanks, that shouldn't be too hard to fix.

Maybe strip any trailing period.

That or just strip all periods from the conversation name when constructing the file name.