@future-scholars/paperlib-ai-chat-extension
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -200,2 +200,3 @@ "use strict"; | ||
"gpt-4o": "GPT-4o", | ||
"gpt-4o-mini": "GPT-4o Mini", | ||
"codellama-70b-instruct": "Perplexity codellama-70b", | ||
@@ -207,3 +208,3 @@ "mistral-7b-instruct": "Perplexity mistral-7b", | ||
}, | ||
value: "gemini-1.5-pro", | ||
value: "gpt-4o-mini", | ||
order: 1 | ||
@@ -245,2 +246,9 @@ }, | ||
order: 5 | ||
}, | ||
customModelCode: { | ||
type: "string", | ||
name: "Custom Model Code", | ||
description: "The custom model code. If not empty, use the custom model. Otherwise, use the selected model.", | ||
value: "", | ||
order: 6 | ||
} | ||
@@ -430,4 +438,4 @@ } | ||
{ | ||
"accept": "application/json", | ||
"Authorization": `Bearer ${llamaParseAPIKey}` | ||
accept: "application/json", | ||
Authorization: `Bearer ${llamaParseAPIKey}` | ||
}, | ||
@@ -445,4 +453,4 @@ 1, | ||
{ | ||
"accept": "application/json", | ||
"Authorization": `Bearer ${llamaParseAPIKey}` | ||
accept: "application/json", | ||
Authorization: `Bearer ${llamaParseAPIKey}` | ||
}, | ||
@@ -464,4 +472,4 @@ 1, | ||
{ | ||
"accept": "application/json", | ||
"Authorization": `Bearer ${llamaParseAPIKey}` | ||
accept: "application/json", | ||
Authorization: `Bearer ${llamaParseAPIKey}` | ||
}, | ||
@@ -468,0 +476,0 @@ 1, |
{ | ||
"name": "@future-scholars/paperlib-ai-chat-extension", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Paperlib", | ||
@@ -19,3 +19,3 @@ "description": "This extension allows you to discuss a paper with a LLM.", | ||
"devDependencies": { | ||
"@future-scholars/llms-api-service": "^0.0.4", | ||
"@future-scholars/llms-api-service": "^0.0.5", | ||
"@future-scholars/vite-plugin-electron-renderer": "^0.14.3", | ||
@@ -22,0 +22,0 @@ "@rollup/plugin-commonjs": "^25.0.7", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46529151
32175