Skip to content

A boilerplate project for using the Vapi API with Python and the command line framework click

Notifications You must be signed in to change notification settings

hkussie/Vapi-Python-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vapi-Python-Boilerplate

A boilerplate project for using the Vapi API with Python and the command line framework click

Installation

You can install all of the necessary dependencies to run the project via pip:

pip install -r requirements.txt

Usage

All you need to run the project is your Vapi API key, which should be used here:

vapi = Vapi(api_key='{{api_key_goes_here}}')

Prompts

You'll be presented with a series of prompts which will create the settings for your assistant:

  1. firstMessage will be how your assistant will greet you
  2. context will be the overall context of the conversation
  3. model will be the llm model used by your assistant
  4. voice will be the voice your assistant uses to talk to you

About

A boilerplate project for using the Vapi API with Python and the command line framework click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages