Skip to content

raag/OpenAI-API-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI API Test

This is a test of the openAI's API.

It simulates a virtual assistant over voice.

Test it.

Clone this project:

git clone https://github.com/raag/OpenAI-API-test.git

Go to project directory.

cd OpenAI-API-test

Install the dependencies:

pip3 install -r requirements.txt

Create a file named .env with the next content:

OPENAI_API_KEY=XXXXXXXXXXXXXXXXXXXX
LANGUAGE=en

You can get your OPEN_API_KEY from https://platform.openai.com/account/api-keys For now in LANGUAGE you can use en and es

Run the project:

python3 main.py

Just tell to your mic what do you need and wait for your response.

About

This is a test of the openAI API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages