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

@vorlefan/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vorlefan/toolkit - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

dist/nestjs/inputTransformer.js

@@ -40,5 +40,5 @@ "use strict";

class InputTransformer {
constructor({ apiKey, outputFilename, model = "gpt-4o", }) {
constructor({ apiKey, outputFilename, model = "gpt-3.5-turbo", }) {
this.outputFilename = "input-forms.tsx";
this.model = "gpt-4o";
this.model = "gpt-3.5-turbo";
if (outputFilename) {

@@ -92,3 +92,3 @@ this.outputFilename = outputFilename;

const response = yield this.openai.createChatCompletion({
model: "gpt-4o-mini",
model: this.model,
messages: [{ role: "user", content: prompt }],

@@ -95,0 +95,0 @@ temperature: 0,

{
"name": "@vorlefan/toolkit",
"version": "0.0.3",
"version": "0.0.4",
"description": "A general-purpose toolkit for Node.js applications.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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