Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
reddiedev authored Aug 2, 2024
1 parent 9847666 commit d71dab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/pipelines/providers/perplexity_manifold_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ def __init__(self):
self.pipelines = [
{
"id": "llama-3.1-sonar-large-128k-online",
"name": "Llama 3 Sonar Large 128k Online"
"name": "Llama 3.1 Sonar Large 128k Online"
},
{
"id": "llama-3.1-sonar-small-128k-online",
"name": "Llama 3 Sonar Small 128k Online"
"name": "Llama 3.1 Sonar Small 128k Online"
},
{
"id": "llama-3.1-sonar-large-128k-chat",
"name": "Llama 3 Sonar Large 128k Chat"
"name": "Llama 3.1 Sonar Large 128k Chat"
},
{
"id": "llama-3.1-sonar-small-128k-chat",
"name": "Llama 3 Sonar Small 128k Chat"
"name": "Llama 3.1 Sonar Small 128k Chat"
},
{
"id": "llama-3.1-8b-instruct", "name": "Llama 3.1 8B Instruct"
Expand Down

0 comments on commit d71dab0

Please sign in to comment.