Cool stuff. I may be wrong, but I think the reason your code's super-pet example names came out weird (i.e. not related to the breed entered) was because you appear to be returning a static text prompt from "generate_prompt" that does not have the breed variable injected into it. Maybe add in "breed" to the prompt text and ChatGPT will do a better job on the responses. Thanks for the example!
You’re write 😂. I plan to do much more in-depth tutorial soon that will utilise more of the API. The code I’ve use in this almost identical to the QuickStart tutorial on ChatGPT. Thanks for the feedback
Great stuff, love to see you do a whole series on this and maybe the BARD api. This stuff is not going anywhere and it kind of feels like being comfortable with using and integrating it is going to become a prerequisite. Why the davinci model and not GPT 3.5 or 4?
When I use chatgpt to help me build a social media platform using django, can I use another API from outside platform.openai? chatgpt is banned in my country 😭
do we need models and fields to do this..
if i try to do without index files..
for api backend
Cool stuff. I may be wrong, but I think the reason your code's super-pet example names came out weird (i.e. not related to the breed entered) was because you appear to be returning a static text prompt from "generate_prompt" that does not have the breed variable injected into it. Maybe add in "breed" to the prompt text and ChatGPT will do a better job on the responses. Thanks for the example!
You’re write 😂. I plan to do much more in-depth tutorial soon that will utilise more of the API. The code I’ve use in this almost identical to the QuickStart tutorial on ChatGPT.
Thanks for the feedback
This is great. Thanks.
You're welcome!
is there plugin for Pycharm ?
Possibly. I don’t use Pycharm as I’m a VSCode fan boy 😀
Great stuff, love to see you do a whole series on this and maybe the BARD api. This stuff is not going anywhere and it kind of feels like being comfortable with using and integrating it is going to become a prerequisite. Why the davinci model and not GPT 3.5 or 4?
Yeah I just need to find the time.
Re davinci model:
I simply expanded their own tutorial. There are a bunch things I’ll change in the next series
thks
🙌
Need to test
Yeah, I didn't want to spend too long on the app but I'll probably write some unit tests this week. Thanks for the message.
When I use chatgpt to help me build a social media platform using django, can I use another API from outside platform.openai? chatgpt is banned in my country 😭
Ahh that sucks. I don’t know to be honest. This is pretty new to me as well 😂