https://github.com/moorestech/moorestech_ai_discord_bot
https://github.com/moorestech/moorestech_ai_discord_bot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moorestech/moorestech_ai_discord_bot
- Owner: moorestech
- License: unlicense
- Created: 2024-03-10T07:50:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T22:56:25.000Z (about 1 year ago)
- Last Synced: 2025-04-11T23:35:15.650Z (about 1 year ago)
- Language: Python
- Size: 48.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moorestechのDiscordで使っているbot
## コード簡単解説
### chat_botフォルダ
Discordのaskコマンドで使用する、ストリーム対応のチャットボット処理
### manualフォルダ
pythonプロジェクトをクローンして、手動で実行をするためのpythonコードが入っています。
大抵はupdate_embedding.pyを起動して、埋込行列の更新を行っています
### uitlフォルダ
埋め込みの更新、不要なC#ファイルの除去、トークン数のカウント、AIクエリの実行など、Discordボットの根幹となる部分の処理を書いています。