Skip to content

correalenon/cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependencies

  • Install the required packages using the requirements.txt file:
    pip install -r requirements.txt

Set Up Your OpenAI API Key

  • Create a .env file in the root directory of the project.
  • Add your OpenAI API key to the .env file:
    OPENAI_API_KEY='Your-OpenAI-API-Key-Here'

Usage

Make sure the fictional store's application is running before running the chatbot. To run, simply execute the chatbot.py script:

chainlit run chatbot.py -w --port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages