feat: support perplexity

This commit is contained in:
CaIon
2024-03-18 18:00:19 +08:00
parent f86e39899f
commit 865816c8e1
5 changed files with 96 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
package perplexity
var ModelList = []string{
"sonar-small-chat", "sonar-small-online", "sonar-medium-chat", "sonar-medium-online", "mistral-7b-instruct", "mixtral-8x7b-instruct",
}
var ChannelName = "perplexity"