Recent comments in /f/coolgithubprojects

mikeyj777 t1_jdqx28p wrote

Well, whatever the right term is, I can select a previously stored chat. It recalls all previous prompts in that. So, if I've spent a long time trying to teach it how to generate the perfect image prompts, that isn't lost. I just call that trained-ish. Let me know the better term for it.

2

Trolann t1_jdqphlq wrote

Maybe they're doing something like that for GPT4, but I doubt it and know they're not for GPT-3.

From your link (FAQ):

> Is the ChatGPT API included in the ChatGPT Plus subscription?

> No, the ChatGPT API and ChatGPT Plus subscription are billed separately. The API has its own pricing, which can be found at https://openai.com/pricing. The ChatGPT Plus subscription covers usage on chat.openai.com only and costs $20/month.

2

up_o t1_jdkk4f8 wrote

I'm more comfortable working in bash for 80% of my workload, and as far as end result im sure anything I can do in python could technically be achieved in bash. That doesn't mean it's always necessarily the best tool for me given x job. I think Python's a fine tool for this job, and the one I would have reached for to open a chat session, bash being better suited (to my mind) for a one off curl request.

2