Skip to content

TheGreatApollyon/open-ai-windows-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Buddy

AI Buddy is a tool that allows you to generate responses to your queries using the OpenAI Chat GPT-3 model. Simply press the ctrl+alt+a hotkey, paste your query in the pop-up window, and press the "Submit" button to generate a response. The response will be copied to your clipboard and a notification will be displayed.

Prerequisites

  • Python 3.7 or later
  • openai and pyperclip python packages
  • plyer package for notifications (optional)

Setup

  1. Install the required packages:
    pip install openai pyperclip plyer
  2. Set your OpenAI API key:
    openai.api_key = "YOUR_API_KEY"
  3. Run the script:
    python ai_buddy.py

Usage

Press the ctrl+alt+a hotkey to open the pop-up window. Paste your query in the text box and press the "Submit" button. The response will be copied to your clipboard and a notification will be displayed.

Notes

  • The pop-up window can be resized and moved like any other window.
  • The response may be truncated in the notification if it exceeds 256 characters.

Credits

  • OpenAI for the Chat GPT-3 model
  • pyperclip for clipboard functionality
  • plyer for notification functionality (optional)

Screenshot of AI Buddy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages