Update app.py
Browse files
app.py
CHANGED
|
@@ -21,9 +21,6 @@ def extract_student_info(description):
|
|
| 21 |
"club": []
|
| 22 |
}
|
| 23 |
|
| 24 |
-
# Use OpenAI's function calling to extract information
|
| 25 |
-
# (Assuming you have set up the function calling as per OpenAI's documentation)
|
| 26 |
-
|
| 27 |
return student_info
|
| 28 |
|
| 29 |
functions = [
|
|
|
|
| 21 |
"club": []
|
| 22 |
}
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
return student_info
|
| 25 |
|
| 26 |
functions = [
|