Skip to content

michael-borck/simplebot

Repository files navigation

SimpleBot

case-study cli-tool educational-tools language-models machine-learning natural-language-processing python wrapper

LLMs made simple for students and educators

SimpleBot is a lightweight Python wrapper that simplifies interactions with Large Language Models (LLMs) for educational settings.

Installation

pip install simplebot

Quick Start

from simplebot import get_response, pirate_bot

# Basic usage
response = get_response("Tell me about planets")
print(response)

# Use a personality bot
pirate_response = pirate_bot("Tell me about sailing ships")
print(pirate_response)

About

This project is the case study from Ship Python, Orchestrate AI: Professional Python in the AI Era, a book about professional Python development practices.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Lightweight Python wrapper that simplifies interactions with Large Language Models for educational purposes through an easy-to-use CLI and API.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages