0.1.5 • Published 8 months ago

react-native-vt v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-native-vt

Enabling AI Chat for ReactNative applications using ChatGPT

Installation

npm install react-native-vt

Usage

import SelectTeacher from 'react-native-vt';

// ...

const VirtualTeacher = SelectTeacher({
    apiKey: "YOUR_OPENAI_API_KEY_HERE", 
    age: <Number> Age of student asking question,
    mode: "Audio"/"Text", Default is Text. Audio is to speak the Virtual Teacher's answer
    playHTKey: "YOUR_PLAYHT_KEY_HERE", Only if mode is audio.
    playHTUserId: "YOUR_PLAYHT_USER_ID_HERE" Only if mode is audio.
  });

// ...

 VirtualTeacher.ask(question)
0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago