Skip to content

Commit

Permalink
tweak name of huggingchat
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Jul 20, 2023
1 parent 68cbdb9 commit 8a194f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/huggingchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Provider = require('./provider');

class HuggingChat extends Provider {
static webviewId = 'webviewHuggingChat';
static fullName = 'HuggingChat';
static fullName = 'HuggingChat (Llama2, OpenAssistant)';

static url = 'https://huggingface.co/chat/';

Expand Down

0 comments on commit 8a194f2

Please sign in to comment.