NestJS module for interacting with the OpenAI's ChatGPT API. Latest version: 1.0.6, last published: 2 years ago. Start using nestjs-chatgpt in your project by running `npm i nestjs-chatgpt`. There are no other projects in the npm registry using nestjs-ch
import { Injectable } from '@nestjs/common'; import { ChatService } from 'chat-gpt-nestjs'; @Injectable() export class AppService { constructor(private readonly appService: ChatService) {} async createCompletion(prompt:string) { try { const completion = await this.openai.createCompletion({...
A NestJS library for building efficient, scalable, and quick solutions based on the OpenAI Assistant API (chatbots) 🤖 🚀 Chatbot, Ready API and UI, OpenAI Functions, GPT-4 Vision, GPT-4o assistant.ai.boldare.dev Resources Readme License MIT license Activity Stars 0 stars Watch...