JAIGANESAN N
commited on
Commit
Β·
6b51bf6
1
Parent(s):
5cf1d12
upgrade model from GPT-3.5 to GPT-4o-mini
Browse files- notebooks/RAG_101.ipynb +13 -1
notebooks/RAG_101.ipynb
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
"nbformat_minor": 0,
|
4 |
"metadata": {
|
5 |
"colab": {
|
6 |
-
"provenance": []
|
|
|
|
|
7 |
},
|
8 |
"kernelspec": {
|
9 |
"name": "python3",
|
@@ -14,6 +16,16 @@
|
|
14 |
}
|
15 |
},
|
16 |
"cells": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
{
|
18 |
"cell_type": "markdown",
|
19 |
"source": [
|
|
|
3 |
"nbformat_minor": 0,
|
4 |
"metadata": {
|
5 |
"colab": {
|
6 |
+
"provenance": [],
|
7 |
+
"authorship_tag": "ABX9TyNHN2Xow++PNnfnmkcw4iqx",
|
8 |
+
"include_colab_link": true
|
9 |
},
|
10 |
"kernelspec": {
|
11 |
"name": "python3",
|
|
|
16 |
}
|
17 |
},
|
18 |
"cells": [
|
19 |
+
{
|
20 |
+
"cell_type": "markdown",
|
21 |
+
"metadata": {
|
22 |
+
"id": "view-in-github",
|
23 |
+
"colab_type": "text"
|
24 |
+
},
|
25 |
+
"source": [
|
26 |
+
"<a href=\"https://colab.research.google.com/github/towardsai/ai-tutor-rag-system/blob/main/notebooks/RAG_101.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
27 |
+
]
|
28 |
+
},
|
29 |
{
|
30 |
"cell_type": "markdown",
|
31 |
"source": [
|