/ai-karaage-sensei

Primary LanguagePythonMIT LicenseMIT

ai-karaage-sensei

AI Assistant with ChatGPT API

日本語のセットアップ記事

Dependency

  • Ubuntu 22.04
  • Python 3.8

Setup

Install git and curl

$ sudo apt update
$ sudo apt -y install git
$ sudo apt -y install curl

Clone repository and execute setup script

$ git clone https://github.com/karaage0703/ai-karaage-sensei
$ cd ai-karaage-sensei
$ ./setup.sh

Write your open api secret key to .config file

[open_api_key]
key = your_secret_open_api_key

Get icon

$ git clone https://github.com/karaage0703/karaage_icon

Attention!! Check the LICENSE of karaage_icon before you use.

Usage

$ python3 ai_karaage_sensei.py

References