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

@singlestore/ai

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@singlestore/ai - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/index.js

@@ -113,3 +113,2 @@ "use strict";

// src/llm/openai.ts
var import_models = require("openai/resources/models.mjs");
var OpenAILLM = class {

@@ -121,4 +120,3 @@ constructor(_openai) {

return __async(this, null, function* () {
const models = new import_models.Models(this._openai);
const list = yield models.list();
const list = yield this._openai.models.list();
return list.data.map((model) => model.id);

@@ -125,0 +123,0 @@ });

{
"name": "@singlestore/ai",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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