Skip to content

Commit 396c67f

Browse files
committed
Add new instructions for codellama and llama-3 in config.js
Update connector name and version in manifest.json and package.json
1 parent 7bd4d1a commit 396c67f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

config.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export const config = {
77
'sonar-medium-online',
88
'mistral-7b-instruct',
99
'mixtral-8x7b-instruct',
10+
'codellama-70b-instruct',
11+
'llama-3-70b-instruct',
12+
'llama-3-8b-instruct',
1013
],
1114
properties: [
1215
{

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"id": "prompt-mixer-preplexite-connector",
2+
"id": "prompt-mixer-perplexity-connector",
33
"name": "Preplexite Prompt Mixer Connector",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "0.1.0",
66
"description": "This connector allows you to access Preplexite's AI API from within Prompt Mixer.",
77
"author": "Prompt Mixer",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-mixer-perplexity-connector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"type": "module",
66
"main": "main.js",

0 commit comments

Comments
 (0)