/easy-wikipedia

Wikipedia Tool for your LLM

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Easy Wikipedia

A Wikipedia tool for your LLM.

Overview

main.py provides a Python interface to interact with the Wikipedia API, allowing you to fetch pages and summaries. The main functionality is encapsulated in the Tools class.

Example LLM Prompts

Here are some example prompts you can use with your LLM to interact with Easy Wikipedia:

Search Wikipedia (search)

  • Show me the full Wikipedia page for "Alan Turing".
  • Fetch the article content for "Quantum computing".
  • Tell me about "Adobe Inc.".
  • Search Wikipedia page for "Marie Curie".
  • Get info from Wikipedia for "Python (programming language)".
  • Search Wikipedia for information on "Black holes".
  • Display the Wikipedia entry for "Artificial Intelligence".

About