Spaces:
Running
on
Zero
Running
on
Zero
da
Browse files- babyagi/prompt.txt +1 -1
- chat_history.db +2 -2
- controllers/gpt_enginner20240626115958 +1 -0
- mysite/interpreter/google_chat.py +1 -6
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
【リッチメニュー】本日の金価格の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
chat_history.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57a98e0d3e3c0bf8be8635f88ada48ade212e2e60fa6b82c18c1517ed2701a91
|
3 |
+
size 2174976
|
controllers/gpt_enginner20240626115958
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 6beba12e2e97f774ce8a22a47294f6159aae66a1
|
mysite/interpreter/google_chat.py
CHANGED
@@ -47,16 +47,11 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
47 |
}
|
48 |
]
|
49 |
},
|
50 |
-
{
|
51 |
-
"textParagraph": {
|
52 |
-
"text": "{}".format("ラインチャットを開く")
|
53 |
-
}
|
54 |
-
},
|
55 |
{
|
56 |
"buttons": [
|
57 |
{
|
58 |
"textButton": {
|
59 |
-
"text": "
|
60 |
"onClick": {
|
61 |
"openLink": {
|
62 |
"url": "https://chat.line.biz/U2df77fd63804c72346b4e50c0096572e/chat/Ua13ef47afc077917275658a44019e072"
|
|
|
47 |
}
|
48 |
]
|
49 |
},
|
|
|
|
|
|
|
|
|
|
|
50 |
{
|
51 |
"buttons": [
|
52 |
{
|
53 |
"textButton": {
|
54 |
+
"text": "ラインチャットを開く",
|
55 |
"onClick": {
|
56 |
"openLink": {
|
57 |
"url": "https://chat.line.biz/U2df77fd63804c72346b4e50c0096572e/chat/Ua13ef47afc077917275658a44019e072"
|