In this tutorial, we'll learn how to set up your Python programming environment, create and register a bot using Discord Developer Portal, and write a few lines of Python code to respond to users' ...
右下のコピーを押して、URLをコピーします これが、BOTを自サーバーに追加するURLになります コピーしたURLを適当なWEBブラウザで開きます 使用するmemory.txtは空ファイルで良いのでアップロードしておきます # main #import import discord import os import openai #langchain ...
はじめましてこんにちは。HARU_Keiと申します。 2025年4月現在、様々な大規模言語モデル(LLM)が誕生し日々更新されています。 それらを簡単に個人でも使えるようになった今、お手軽にAIチャットボットも作れるようになっています。すごいですね。 この ...
This is the developmental version of this project and often contains untested or non-working components. For the stable releases, please visit @Mya's GitHub ...
前回は作成するアプリケーションの全体像と、開発環境で使うDockerを紹介しました。今回はDiscordからメッセージを送信して、そのメッセージをEC2上で受け取るプログラムを作成します。 今回の概要とその準備 Discord上で使える!makeコマンドを作成し ...