This is a template to help you start building your first LLM powered chatbot
-
Use the GitHub Desktop App to clone this repository to your computer
-
Open VS Code or Cursor and then choose File > Open Folder... to open and edit the code in
chatbot.py -
Open a Terminal window in your code editor and run the following command
python -m pip install cohere --upgrade -
Follow the activities in 'Module 3: Text Generation' of the LLMU course on Cohere.com to complete the code and create your first LLM powered chatbot.
-
Create a Pull Request to submit your work.