Spaces:
Running
Running
[email protected]
commited on
Commit
·
993a3d2
1
Parent(s):
b005996
update
Browse files
src/display/formatting.py
CHANGED
@@ -9,7 +9,7 @@ def make_clickable_model(model_name):
|
|
9 |
'o1-preview': 'https://openai.com/index/introducing-openai-o1-preview/'
|
10 |
}
|
11 |
if model_name in proprietary_models:
|
12 |
-
return proprietary_models[model_name]
|
13 |
link = f"https://huggingface.co/{model_name}"
|
14 |
return model_hyperlink(link, model_name)
|
15 |
|
|
|
9 |
'o1-preview': 'https://openai.com/index/introducing-openai-o1-preview/'
|
10 |
}
|
11 |
if model_name in proprietary_models:
|
12 |
+
return model_hyperlink(proprietary_models[model_name], model_name)
|
13 |
link = f"https://huggingface.co/{model_name}"
|
14 |
return model_hyperlink(link, model_name)
|
15 |
|