Skip to content

White-label AI chat service ready to be embedded on your site

License

Notifications You must be signed in to change notification settings

Eyevinn/ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agent

White-label AI chat service ready to be embedded on your site


PRs welcome made with hearth by Eyevinn Slack

White-label AI chat service ready to be embedded on your site. Connect to your Open AI assistant and embed the chat on your web site.

Requirements

Open AI account

Installation / Usage

% npm install

Start service

% OPENAI_API_KEY=<api-key> npm start

Service is available on http://localhost:8000

The default port 8000 can be overridden with the environment variable PORT

% PORT=8080 OPENAI_API_KEY=<api-key> npm start

Development

Start backend as usual

% OPENAI_API_KEY=<api-key> npm start

Frontend in development mode on http://localhost:3000

% npm run dev:app

Build app

% npm run build:app

Output is placed in folder out/ that is served by the API server.

Project layout

src/
 +- server.ts  - server delivering web app in production build
 +- api.ts
 +- api_service.ts  - API service for web app. Service communicate with Open AI APIs
 +- app/*.tsx - Web app
 +- components/*.tsx
 +- hooks/*.tsx

Contributing

See CONTRIBUTING

License

This project is licensed under the MIT License, see LICENSE.

Support

Join our community on Slack where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:

  • Further development of this component
  • Customization and integration of this component into your platform
  • Support and maintenance agreement

Contact [email protected] if you are interested.

About Eyevinn Technology

Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in blogs and by open sourcing the code we have written.

Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!

About

White-label AI chat service ready to be embedded on your site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published