Socket
Socket
Sign inDemoInstall

tour-planner-gpt

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tour-planner-gpt

AI based tour planner as per your inputs


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

🔗 Installation

npm install tour-planner-gpt

Quick Start

Import the package.

import tourPlanner from "tour-planner-gpt";

Create a new instance of tourPlanner.

const gpt = new tourPlanner();

Set your API key.

gpt.setApiKey("your API key goes here.");

Create one for free @ https://platform.openai.com/account/api-keys

Basic Example

// Add a prompt you would like to ask to ChatGPT and get response from the ChatGPT.
const response = await gpt.getTourPackageDetails(startDate, endDate, country, travelers, city, price);

Created By

Raj Karia - Github / LinkedIn

FAQs

Package last updated on 07 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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