About our project

main

Welcome to our open-source project, where we are pioneering a new approach to enhancing the reliability and credibility of responses provided by Large Language Models (LLMs). Our project is rooted in a simple yet powerful idea: ensuring that every response is not only intelligent but also grounded in reality.

The Challenge

The rise of LLMs has revolutionized the way we interact with AI, offering impressive capabilities in generating human-like text. However, one persistent challenge remains – ensuring the accuracy and honesty of the information provided. Traditional models often lack the ability to discern and convey truths, occasionally leading... read more

Community

Welcome to the HonestLLM community! We’re excited to have you join our growing community of contributors, users, and enthusiasts.

Slack

Join our Slack community to connect with fellow contributors and stay updated on the latest discussions and announcements.

Slack

Feel free to introduce yourself, ask questions, and collaborate with other community members on Slack.

Contribution

We welcome contributions from the community! Whether you’re a developer, designer, tester, or documentation enthusiast, there are various ways you can contribute to HonestLLM.

Installation

This document provides a step-by-step guide for installing HonsetLLM. Please ensure that your system meets the requirements before proceeding with the installation.

System Requirements

  • Operating System: Windows, macOS, Linux
  • Python Version: 3.6 or higher
  • Other Required Software: git, pip (Python package manager)

Before installation

You’ll need the following API keys

  1. naver news api
  2. open ai api

Installation Steps

1. Clone the Repository

First, clone the project’s GitHub repository.

git clone https://github.com/bamboostreet/HonestLLM.gitcd HonsetLLM

2. Set Up a Virtual Environment

Create and activate a Python virtual environment.

For Windows

python -m venv venvvenv\Scripts\activate
read more