Skip to content

codesphere-cloud/usp-chatbot-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot use case: Communicating your USPs

Can we teach the required knowledge to a LLM model and build a chatbot that answers questions of the type How is Codesphere's service different from Vercel? reliably enough to later embed it into a landing page? Let's find out.

Getting Started in Codesphere

Make sure you add your open AI key as environment variable OPENAI_KEY.

Then, to run the development server:

  1. Run the ci prepare stage
  2. Run the ci run stage
  3. Open the deployment

Gettin Started Locally

Make sure you add your open AI key as environment variable OPENAI_KEY.

Then, to run the development server:

pipenv install
# and
pipenv run python app.py

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published