Compare commits
No commits in common. "45b964471b2171453197d5b2c61a727e66d383f4" and "ed2dfa0133dd8c399368def249a2bd29e09008ba" have entirely different histories.
45b964471b
...
ed2dfa0133
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
.idea
|
|
||||||
*__pycache__
|
|
||||||
*.sqlite
|
|
||||||
*.log
|
|
||||||
model_multi.pt
|
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-slim as builder
|
FROM python:3.11-slim as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install Cython && \
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.10-slim
|
FROM python:3.11-slim
|
||||||
|
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
@ -18,9 +18,9 @@ class BotInformation(commands.Cog):
|
|||||||
Text-To-Speech bot, based on Silero TTS model (<https://github.com/snakers4/silero-models>)
|
Text-To-Speech bot, based on Silero TTS model (<https://github.com/snakers4/silero-models>)
|
||||||
License: `GNU GENERAL PUBLIC LICENSE Version 3`
|
License: `GNU GENERAL PUBLIC LICENSE Version 3`
|
||||||
Author discord: `a31#6403`
|
Author discord: `a31#6403`
|
||||||
Author email: `a31@demb.uk`
|
Author email: `a31@demb.design`
|
||||||
Source code on github: <https://github.com/norohind/SileroTTSBot>
|
Source code on github: <https://github.com/norohind/SileroTTSBot>
|
||||||
Source code on gitea a31's instance: <https://gitea.demb.uk/a31/SileroTTSBot>
|
Source code on gitea a31's instance: <https://gitea.demb.design/a31/SileroTTSBot>
|
||||||
Invite link: https://discord.com/oauth2/authorize?client_id={self.bot.user.id}&scope=bot%20applications.commands
|
Invite link: https://discord.com/oauth2/authorize?client_id={self.bot.user.id}&scope=bot%20applications.commands
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
discord-py==2.3.2
|
discord-py
|
||||||
loguru==0.7.2
|
loguru~=0.6.0
|
||||||
peewee==3.17.5
|
peewee~=3.14.10
|
||||||
PyNaCl==1.5.0
|
PyNaCl
|
||||||
:w
|
git+https://github.com/aaiyer/rfoo.git
|
||||||
git+https://github.com/aaiyer/rfoo.git@1555bd4eed204bb6a33a5e313146a6c2813cfe91
|
|
||||||
# Cython is setup dependency for rfoo
|
|
||||||
--index-url https://download.pytorch.org/whl/cpu
|
|
||||||
torch==2.3.0+cpu
|
|
||||||
numpy==1.26.4
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user