Skip to content

Commit ef7c25f

Browse files
Removing deprecated Perplexity models. (#15038)
* Removing deprecated Perplexity models. * bumps
1 parent 1a006e0 commit ef7c25f

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

components/perplexity/actions/chat-completions/chat-completions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "perplexity-chat-completions",
55
name: "Chat Completions",
66
description: "Generates a model's response for the given chat conversation. [See the documentation](https://docs.perplexity.ai/reference/post_chat_completions)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
app,

components/perplexity/common/constants.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ export default {
22
MODELS: [
33
"llama-3.1-sonar-small-128k-online",
44
"llama-3.1-sonar-large-128k-online",
5-
"llama-3.1-sonar-small-128k-chat",
6-
"llama-3.1-sonar-large-128k-chat",
7-
"llama-3.1-70b-instruct",
8-
"llama-3.1-8b-instruct",
95
],
106
ROLES: [
117
"system",

components/perplexity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/perplexity",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Pipedream Perplexity Components",
55
"main": "perplexity.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)