Spaces:
Runtime error
Runtime error
Radosław Wolnik
commited on
Commit
·
adc19e5
1
Parent(s):
75e381e
GENERATING AGAIN
Browse files- .gitignore +1 -0
- ChatAI/chat_ai.py +1 -1
- discord.py +0 -9
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
/.idea/
|
2 |
/.Chatter/
|
3 |
.aider*
|
|
|
|
1 |
/.idea/
|
2 |
/.Chatter/
|
3 |
.aider*
|
4 |
+
.env
|
ChatAI/chat_ai.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
|
4 |
-
pipe = pipeline(
|
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
|
4 |
+
pipe = pipeline( model="facebook/blenderbot-400M-distill")
|
discord.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<<<<<<< SEARCH
|
2 |
-
from discord.ext import commands
|
3 |
-
from transformers import PreTrainedModel, PreTrained
|
4 |
-
from ChatAI.chat_ai import pipe as ai
|
5 |
-
=======
|
6 |
-
from discord.ext import commands
|
7 |
-
from transformers import PreTrainedModel, PreTrained
|
8 |
-
from discord import Webhook
|
9 |
-
>>>>>>> REPLACE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|