Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@future-scholars/paperlib-ai-chat-extension

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@future-scholars/paperlib-ai-chat-extension - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/assets/index-410f7e4c.js

22

dist/main.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc