Skip to content

Commit

Permalink
(docs) add pplx-online
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 30, 2023
1 parent 08fd41d commit 9331f67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/my-website/docs/providers/perplexity.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ All models listed here https://docs.perplexity.ai/docs/model-cards are supported

| Model Name | Function Call |
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| pplx-7b-chat | `completion(model="perplexity/pplx-7b-chat", messages)` |
| pplx-70b-chat | `completion(model="perplexity/pplx-70b-chat", messages)` |
| pplx-7b-online | `completion(model="perplexity/pplx-7b-online", messages)` |
| pplx-70b-online | `completion(model="perplexity/pplx-70b-online", messages)` |
| codellama-34b-instruct | `completion(model="perplexity/codellama-34b-instruct", messages)` |
| llama-2-13b-chat | `completion(model="perplexity/llama-2-13b-chat", messages)` |
| llama-2-70b-chat | `completion(model="perplexity/llama-2-70b-chat", messages)` |
Expand All @@ -55,3 +59,4 @@ All models listed here https://docs.perplexity.ai/docs/model-cards are supported




0 comments on commit 9331f67

Please sign in to comment.