Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,6 @@ client = OpenAI(
|
|
23 |
|
24 |
# Create supported models
|
25 |
model_links = {
|
26 |
-
|
27 |
"Meta-Llama-3.1-405B-Instruct": "meta-llama/Meta-Llama-3.1-405B-Instruct",
|
28 |
"Meta-Llama-3.1-405B-Instruct-FP8": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8",
|
29 |
"Meta-Llama-3.1-8B-Instruct": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
|
23 |
|
24 |
# Create supported models
|
25 |
model_links = {
|
|
|
26 |
"Meta-Llama-3.1-405B-Instruct": "meta-llama/Meta-Llama-3.1-405B-Instruct",
|
27 |
"Meta-Llama-3.1-405B-Instruct-FP8": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8",
|
28 |
"Meta-Llama-3.1-8B-Instruct": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|