kenken999 commited on
Commit
a6ef467
1 Parent(s): a81f202
controllers/1.51ctは幅が結 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 896eea5c2ac654a8fcdf0897800227bc6f0ea79b
mysite/interpreter/process.py CHANGED
@@ -161,7 +161,26 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url):
161
  }
162
  }
163
  ]
164
- },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
 
166
  ]
167
  }
 
161
  }
162
  }
163
  ]
164
+ },
165
+ {
166
+ "textParagraph": {
167
+ "text": "<b>{}</b>".format("リファスタチャットボット確認")
168
+ }
169
+ },
170
+ {
171
+ "buttons": [
172
+ {
173
+ "textButton": {
174
+ "text": "Open Link",
175
+ "onClick": {
176
+ "openLink": {
177
+ "url": "https://www.coze.com/store/bot/7372534558954176520?panel=1&bid=6cqv73j0k7g0i"
178
+ }
179
+ }
180
+ }
181
+ }
182
+ ]
183
+ },
184
 
185
  ]
186
  }
requirements.txt CHANGED
@@ -46,11 +46,11 @@ llamafactory
46
  aiofiles
47
  diffusers
48
  psycopg2-binary
49
- #accelerate==0.17.1
50
  #git+https://github.com/huggingface/diffusers@9dc8444
51
  #gradio==3.23.0
52
- #huggingface-hub==0.13.3
53
- #imageio[ffmpeg]==2.26.1
54
- #torch==2.0.0
55
- #torchvision==0.15.1
56
- #transformers==4.27.2
 
46
  aiofiles
47
  diffusers
48
  psycopg2-binary
49
+ accelerate
50
  #git+https://github.com/huggingface/diffusers@9dc8444
51
  #gradio==3.23.0
52
+ huggingface-hub
53
+ imageio[ffmpeg]
54
+ torch
55
+ torchvision
56
+ transformers