mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 03:23:08 -05:00
[GH-ISSUE #7624] How do I include a Python program to verify the identity of a speaker in the chat itself? #118130
Reference in New Issue
Block a user
Originally created by @AzizDXT on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7624
How do I include a Python program to verify the identity of a speaker in the chat itself?
This project is for my university and each student has a specific username, but to prevent data leakage, I did not put the students' data and their grades in the databases. However, I want a Python script that connects to a specific API so that it asks the student in the chat itself to enter his ID, then picks it up from the chat and sends it to the API, then the artificial intelligence responds and asks him to enter the verification code sent to his email. After that, it sends him the data of the student whose data was verified in the chat itself and uses it as a reference to the student's knowledge, data and grade. Is there a function that allows me to do this?