Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.56 KB

AI Chat Terminal Interface

Overview

This terminal-based AI chat interface allows seamless conversations with Hugging Face's AI models. Interact with AI directly from your terminal and enjoy engaging conversations!

Features

  • Interact with Hugging Face's AI models
  • Seamless chat interface
  • Error handling for uninterrupted conversations

Requirements

Ensure you have the following installed:

  • curl
  • jq

How to Run

Step 1: Check Your Current Location

Open your terminal and execute the following command to see where you are currently located within your file system:

ls

Step 2: Navigate to the Folder

Move to the directory containing the script using cd. For example, if your script is in a folder named "talk_to_model", execute:

cd ./user/talk_to_model

Step 3: Run the Script

Execute the script by typing the following command in the terminal:

./talk_to_model.sh

This command will run the script and initiate the AI chat interface in your terminal.

Example:

Terminal Example

Replace ./user/talk_to_model with the actual path where your script is located.

System Information (Optional)

To display system information, the script can be enhanced to showcase details like OS, disk usage, memory usage, etc. Run the script to see system information displayed along with the chat interface.

Author

  • Kevin Marville
  • GitHub: kvnbbg

Acknowledgments

Special thanks to Hugging Face for their incredible AI models and resources.