Socket
Socket
Sign inDemoInstall

conversation-engine

Package Overview
Dependencies
9
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

38

package.json
{
"name": "conversation-engine",
"version": "0.0.3",
"version": "0.0.4",
"description": "A powerful wrapper around the OpenAI API, providing additional features and making it easier to interact with AI models. Seamlessly chat with your AI assistant, include context strings, and manage conversation history.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/index.ts",
"start": "ts-node ./src/index.js",
"build": "tsc"
},
"keywords": [],
"keywords": [
"openai",
"gpt-4",
"gpt-3",
"chatbot",
"conversation",
"chat",
"ai",
"artificial-intelligence",
"natural-language-processing",
"nlp",
"language-model",
"text-generation",
"text-processing",
"chatgpt",
"chat gpt"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/alexwiench/conversation-engine.git"
},
"bugs": {
"url": "https://github.com/alexwiench/conversation-engine/issues"
},
"homepage": "https://github.com/alexwiench/conversation-engine#readme",
"dependencies": {
"openai": "^3.2.1"
},
"devDependencies": {

@@ -23,7 +51,3 @@ "@swc/core": "^1.3.46",

"typescript": "^5.0.4"
},
"type": "module",
"dependencies": {
"openai": "^3.2.1"
}
}

5

README.MD
# Conversation Engine
A powerful wrapper around the OpenAI API, providing additional features and making it easier to interact with AI models. Seamlessly chat with your AI assistant, include context strings, and manage conversation history.
A powerful wrapper around the OpenAI API, providing additional features and making it easier to interact with conversational models. Seamlessly chat with your AI assistant, include context strings, and manage conversation history.

@@ -9,3 +9,2 @@ Give it a message and it will handle the rest.

- Easy-to-use API for chatting with AI models
- Automatically handle chat history and context injection

@@ -19,3 +18,3 @@ - Built-in support for summarizing long conversations

Install my-project with npm
Install conversation-engine with npm

@@ -22,0 +21,0 @@ ```bash

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc