this post was submitted on 12 Jun 2023
53 points (100.0% liked)

Python

1914 readers
8 users here now

A community for talking about the Python programming language.

founded 1 year ago
MODERATORS
 

With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (2 children)

I've been working on a telegram bot that lets me talk to ChatGPT

[–] [email protected] 2 points 1 year ago

That's cool, I've actually been working on a discord bot that also talks to ChatGPT.

I've never used telegram but it sounds similarly useful.

[–] [email protected] 1 points 1 year ago (1 children)

What's the cost for chatgpt's API? I'd love to make my own chatgpt bot

[–] [email protected] 2 points 1 year ago

Very low if you're just using it yourself and if you're just chatting with it. You're charged per token (roughly a word). They just decreased the prices a bit as well. I haven't paid more than like $5 in a month, usually less than $2. If you use things like autogpt and whatnot that automate and repeatedly call chatgpt, you can use up a lot of tokens though.