File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ def _text_models():
374
374
# _OvhLlm("llama-3p1-405b-instruct", LLAMA_31_405B_CHAT),
375
375
# Llama 3.1 70b
376
376
_CerebrasLlm ("llama3.1-70b" , LLAMA_31_70B_CHAT ),
377
+ _CloudflareLlm ("@cf/meta/llama-3.1-70b-preview" , LLAMA_31_70B_CHAT ),
377
378
# _DatabricksLlm("databricks-meta-llama-3.1-70b-instruct", LLAMA_31_70B_CHAT),
378
379
_DeepInfraLlm ("meta-llama/Meta-Llama-3.1-70B-Instruct" , LLAMA_31_70B_CHAT ),
379
380
_FireworksLlm (
@@ -389,6 +390,7 @@ def _text_models():
389
390
# _OvhLlm("llama-3p1-8b-instruct", LLAMA_31_8B_CHAT),
390
391
# Llama 3.1 8b
391
392
_CerebrasLlm ("llama3.1-8b" , LLAMA_31_8B_CHAT ),
393
+ _CloudflareLlm ("@cf/meta/llama-3.1-8b-preview" , LLAMA_31_8B_CHAT ),
392
394
# _DatabricksLlm("databricks-meta-llama-3.1-8b-instruct", LLAMA_31_8B_CHAT),
393
395
_DeepInfraLlm ("meta-llama/Meta-Llama-3.1-8B-Instruct" , LLAMA_31_8B_CHAT ),
394
396
_FireworksLlm (
You can’t perform that action at this time.
0 commit comments