Radosław Wolnik commited on
Commit
adc19e5
·
1 Parent(s): 75e381e

GENERATING AGAIN

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. ChatAI/chat_ai.py +1 -1
  3. 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("text-generation", model="microsoft/phi-2")
 
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