Skip to content

Commit

Permalink
Added the new Llama-2 Perplexity agent and fixed up phind bug (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: swyx.io <[email protected]>
  • Loading branch information
ivanleomk and swyxio authored Aug 4, 2023
1 parent 1b384f2 commit 1268acf
Show file tree
Hide file tree
Showing 5 changed files with 6,562 additions and 6,499 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const providers = {
HuggingChat: require('./providers/huggingchat'),
OobaBooga: require('./providers/oobabooga'),
Smol: require('./providers/smol'),
PerplexityLlama: require('./providers/perplexity-llama.js')
};

// Getting all the providers in an array
Expand Down
1 change: 1 addition & 0 deletions interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const providers = {
HuggingChat: require('./providers/huggingchat'),
OobaBooga: require('./providers/oobabooga'),
Smol: require('./providers/smol'),
PerplexityLlama: require('./providers/perplexity-llama.js')
};

const { drawPanes, updateSplitSizes } = require('./src/panes');
Expand Down
Loading

0 comments on commit 1268acf

Please sign in to comment.