https://github.com/hsm207/conditional-stmt-bot-with-llm
Comprehensive guide and code for building advanced chatbots using Large Language Models (LLMs) and prompt engineering. Learn to create AI chatbots that understand conditional statements, with less code and NLP expertise needed
https://github.com/hsm207/conditional-stmt-bot-with-llm
ai chatbots conversational-ai how-to llms natural-language-processing prompt-engineering tutorial
Last synced: 4 months ago
JSON representation
Comprehensive guide and code for building advanced chatbots using Large Language Models (LLMs) and prompt engineering. Learn to create AI chatbots that understand conditional statements, with less code and NLP expertise needed
- Host: GitHub
- URL: https://github.com/hsm207/conditional-stmt-bot-with-llm
- Owner: hsm207
- Created: 2023-05-06T12:10:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T14:38:55.000Z (over 2 years ago)
- Last Synced: 2025-03-25T10:03:29.852Z (7 months ago)
- Topics: ai, chatbots, conversational-ai, how-to, llms, natural-language-processing, prompt-engineering, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repo contains code to accompany the [How To Build Chatbots With Advanced Conditional Statement Understanding](https://medium.com/@_init_/how-to-build-chatbots-with-advanced-conditional-statement-understanding-9ff38b57e319) blog post on Medium.
# Usage
1. Clone this project
2. Insert your Open AI key in the [devcontainer.env](.devcontainer/devcontainer.env) file
3. Reopen this project in the provided devcontainer using VS Code
4. Run `make run-action-server` in a terminal
5. In another terminal, run `make run-bot`
6. Talk to the bot using the [chat widget](ui/bot_ui.html)