New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ai-bridge

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-bridge - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

2

package.json
{
"name": "ai-bridge",
"version": "1.2.6",
"version": "1.2.7",
"description": "AI connector library, which helps simplify API usage, and provide out of the box caching.",

@@ -5,0 +5,0 @@ "main": "src/AiBridge",

@@ -11,3 +11,3 @@ /**

const defaultConfig = {
"model": "claude-v1-100k",
"model": "claude-2",
"temperature": 0,

@@ -14,0 +14,0 @@

@@ -102,3 +102,4 @@ /**

// Normalize stop array to stop_sequence
reqJson.stop_sequence = reqJson.stop_sequence || reqJson.stop;
reqJson.stop_sequences = reqJson.stop_sequences || reqJson.stop_sequence || reqJson.stop;
delete reqJson.stop_sequence;
delete reqJson.stop;

@@ -105,0 +106,0 @@

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