I tried to ask the chatbot which model it uses behind but it does not answer (something I find useful). If anyone could give more details of the model the chatbot uses I would really appreciate it. I’m doing some research for my thesis on the help of AI in learning
Hi @DanielOsorio01 , If I follow the course till the end, I thought the course use openAI (chatgpt) as a chatbot.
Cmiiw all.
Thx
Hello Daniel,
in my understanding the model changes. It was “gpt-35-turbo” in week 1 now in week 3 it is “gpt-4o-mini”.
Check the helper_functions.sy of your lesson (from helper_functions import *).
Here you find the definition of get_llm_response, print_llm_response … and here you find the model.
To have a look into helper_functions.sy choose from the “File” menu in the jupyter notebook “Open”. Here you can mark helper_functions.sy and download it and have a look with for example notepad ++.
Hi @DanielOsorio01 ,
If my memory serves me right, module 1 and module 2 (except for one lab in module 2), gpt3.5 is being used.
For that one particular lab in module 2, module 3 and module 4 use gpt-4o-mini.
Best,
Mubsi