@re-ai/openai-like-api
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"name": "@re-ai/openai-like-api", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"description": "reai openai like api", | ||
@@ -8,5 +8,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "nodemon --exec ts-node src/index.ts", | ||
"build": "tsc", | ||
"start": "node dist/index.js" | ||
"build": "tsc" | ||
}, | ||
@@ -13,0 +11,0 @@ "author": "", |
export * from './types/ernie' | ||
export * from './types/models' | ||
export * from './types/host' | ||
export * from './types/sense' | ||
@@ -5,0 +7,0 @@ export type { ChatCompletion, ChatCompletionChunk, ChatCompletionCreateParams, CreateEmbeddingResponse, ChatCompletionTool, EmbeddingCreateParams, ImageGenerateParams, ImagesResponse} from "openai/resources"; |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
171932
106
4105
5
6