42Angouleme / pybot

Une bibliothèque logicielle réalisée par les étudiants de l'école 42 pour aider des collégiens à découvrir la programmation.
GNU General Public License v3.0
5 stars 4 forks source link

Méthode : robot.entrainer(texte) - (chapitre 6) #60

Open mdaadoun opened 11 months ago

mdaadoun commented 11 months ago

**

Prompt de base à fournir à chatgpt en préalable aux autres questions (par exemple, donner un résumé des discussions précédentes, ou informations sur le collège).

**

Sur le code : https://github.com/42Angouleme/pybot

  1. à implémenter (en français sur Robot.py)
  2. à commenter dans le code (en français)

    Sur la doc : https://github.com/42Angouleme/42Angouleme.github.io

  3. partie tutoriel dans son chapitre à rédiger
  4. ajouter méthode dans la référence de la bibliothèque (ref.md)
gpoblon commented 8 months ago

we've had trouble implementing this, because we were stuck between the running OpenAI api cost of passing a huge prompt each time, and the time-consuming task of training an AI to fit regularly evolving needs and data.

Still hoping to implement it at some point