An open API service indexing awesome lists of open source software.

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

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)