Are you using chatGPT in your business / projects? If not, are you planning to give it a try? 🤔
@praizfilms Жыл бұрын
Can you please post the GitHub link so one can clone your repo, I am having trouble
@mikescript Жыл бұрын
Woo I have been waiting on this
@Pyplane Жыл бұрын
Thanks for watching Michael 🙌
@HamsterMazeAdventure Жыл бұрын
Wow! Thanks a lot for the tutorial ! 😊
@Pyplane Жыл бұрын
thanks for watching 🙌🙂
@manny7662 Жыл бұрын
Thanks for this tutorial! I do wonder though. Can the tables generated with chatgpt be displayed on Django's templates?
@henemihicham7628 Жыл бұрын
Hi, how to make gpt remember previous questions and answers to keep an ongoing the conversation? And how gpt bill me? Based on the number of tokens in the question or in the answer or both?
@Pyplane Жыл бұрын
You would probably need to update the prompt providing the previous conversation, however I haven’t played with this myself just yet. Regarding the billing - I would guess it’s by the amount of tokens as output. That is why you can play with the max tokens parameter to take in the account costs. Makes sense to me. Cheers 🙌
@ADN6197 Жыл бұрын
Hi! I really enjoyed this wonderful tutorial. Thanks for the share 😊
@hellprime Жыл бұрын
Great tutorial, very easy to understand! I would like to get the chatbot to know its previous responses so it can have a conversation. Just like chat GPT does. Do you know how to do this? Gracias de antemano!