Skip to content
/ yoo Public

yoo is a command-line interface application . This app interacts with the OpenAI API to generate responses directly in the CLI. With yoo, you can quickly and easily access OpenAI's powerful language models and receive responses without leaving your terminal.

License

Notifications You must be signed in to change notification settings

iarsham/yoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 yoo | CLI GPT Bot"

Welcome to yoo app! This command-line tool harnesses the power of GPT technology to generate text based on your input. Simply input your prompt, and let the GPT model do the rest.

⚙️ Prerequisites

Before running this application, make sure you have the following installed:

📥 Installation

  1. Make sure to set API-KEY in your system environment :

    sudo nano ~/.zshrc
    export API-KEY=...
    source ~/.zshrc
    
  2. Make sure update system Path to access go/bin:

    sudo nano ~/.zshrc
    export GOPATH=$HOME/go
    export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
    source ~/.zshrc
    
  3. Build and Start the application:

    go install github.com/iarsham/yoo@latest
    

🚀 Usage

image image
image

📄 License

This project is licensed under the MIT License.

📞 Contact

If you have any questions or need any assistance, feel free to reach out:

About

yoo is a command-line interface application . This app interacts with the OpenAI API to generate responses directly in the CLI. With yoo, you can quickly and easily access OpenAI's powerful language models and receive responses without leaving your terminal.

Topics

Resources

License

Stars

Watchers

Forks