8000 GitHub - nzuqi/niaje-api: API for Voice assistant Flutter app, powered by OpenAI API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nzuqi/niaje-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

niaje-api

Voice assistant app API powered by OpenAI API

Getting Started

  • Clone this repo
  • Run npm install to install the dependencies
  • Run node app or nodemon app to launch on your local server
  • Test with POST request to {url}:{port}/api/v1/openai/search with a JSON body formatted like { "q": "Which is the healthiest breakfast ever?" }
  • Modify it however you want

API status codes

Ignore these, implement your own

  • 0 => Request unsuccessful
  • 1 => Request successful
  • 2 => Validation error
  • 3 => Authentication token is required/invalid
  • 4 => Application error
  • 5 => Not found
  • 6 => Account not verified

References

About

API for Voice assistant Flutter app, powered by OpenAI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0