magilogi
commited on
Commit
Β·
7a4b3f6
1
Parent(s):
7918cff
link updates
Browse files- src/models_info.py +4 -4
src/models_info.py
CHANGED
|
@@ -77,19 +77,19 @@ model_info = {
|
|
| 77 |
"tuning": "π’" # Pre-trained
|
| 78 |
},
|
| 79 |
"GPT-4": {
|
| 80 |
-
"link": "https://
|
| 81 |
"tuning": "π¬"
|
| 82 |
},
|
| 83 |
"GPT-4o": {
|
| 84 |
-
"link": "https://
|
| 85 |
"tuning": "π¬"
|
| 86 |
},
|
| 87 |
"GPT-3.5 Turbo": {
|
| 88 |
-
"link": "https://
|
| 89 |
"tuning": "π¬"
|
| 90 |
},
|
| 91 |
"Claude Opus": {
|
| 92 |
-
"link": "https://
|
| 93 |
"tuning": "π¬"
|
| 94 |
}
|
| 95 |
}
|
|
|
|
| 77 |
"tuning": "π’" # Pre-trained
|
| 78 |
},
|
| 79 |
"GPT-4": {
|
| 80 |
+
"link": "https://platform.openai.com/docs/models
|
| 81 |
"tuning": "π¬"
|
| 82 |
},
|
| 83 |
"GPT-4o": {
|
| 84 |
+
"link": "https://platform.openai.com/docs/models",
|
| 85 |
"tuning": "π¬"
|
| 86 |
},
|
| 87 |
"GPT-3.5 Turbo": {
|
| 88 |
+
"link": "https://platform.openai.com/docs/models",
|
| 89 |
"tuning": "π¬"
|
| 90 |
},
|
| 91 |
"Claude Opus": {
|
| 92 |
+
"link": "https://www.anthropic.com/api",
|
| 93 |
"tuning": "π¬"
|
| 94 |
}
|
| 95 |
}
|