Spaces:
Running
on
Zero
Running
on
Zero
dふぁ
Browse files- babyagi/prompt.txt +6 -1
- chat_history.db +2 -2
- controllers/gpt_enginner20240626104535 +1 -0
- controllers/gpt_enginner20240626104650 +1 -0
- controllers/gpt_enginner20240626105117/prompt +44 -0
- routers/webhook.py +17 -0
babyagi/prompt.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
事前査定結果ありがとうございます!
|
2 |
+
|
3 |
+
ムーブメントとガラスの重さを引いて、その日の金の価格で決まる感じでしょうか?
|
4 |
+
|
5 |
+
近日中にお伺いしようと思っていますので、来店予約見てみますね。
|
6 |
+
よろしくお願いいたします。の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
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:676789664910a7744100c8bcf408cecd2a95350e45fbcb1ecde5c5377a2b69c6
|
3 |
+
size 2031616
|
controllers/gpt_enginner20240626104535
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 4d93b17d17370cb4bcda90c455e1e528106e0c40
|
controllers/gpt_enginner20240626104650
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ef16b4583ce50ed605efb1459881067fa28b1355
|
controllers/gpt_enginner20240626105117/prompt
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
|
3 |
+
fastapiでrouter部分を作成 組み込みはメイン部分でします
|
4 |
+
フロントエンドをgradioで作成
|
5 |
+
#google apps script frontend
|
6 |
+
googleappsscript doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し
|
7 |
+
#google apps script backend
|
8 |
+
frontendからの呼び出し用のバックエンドスクリプト
|
9 |
+
仕様書の作成
|
10 |
+
PlantUMLでシーケンス図の作成
|
11 |
+
Markdownでのプログラム殺名
|
12 |
+
#下記参考にAPIも作成しておいて
|
13 |
+
action insert list edit update でCRUDがかわる
|
14 |
+
同じようにGASのAPIも作成しておいて
|
15 |
+
|
16 |
+
def create_vector():
|
17 |
+
inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True)
|
18 |
+
outputs = model(**inputs)
|
19 |
+
# [CLS]トークンの出力を取得
|
20 |
+
embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist()
|
21 |
+
print(embeddings)
|
22 |
+
import requests
|
23 |
+
|
24 |
+
url = "https://kenken999-php.hf.space/api/v1.php"
|
25 |
+
|
26 |
+
payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert""
|
27 |
+
headers = {
|
28 |
+
'X-Auth-Token': 'admin',
|
29 |
+
'Content-Type': 'application/x-www-form-urlencoded',
|
30 |
+
'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3'
|
31 |
+
}
|
32 |
+
|
33 |
+
response = requests.request("POST", url, headers=headers, data=payload)
|
34 |
+
|
35 |
+
print(response.text)
|
36 |
+
return True
|
37 |
+
|
38 |
+
下記の質問 作成対応内容
|
39 |
+
|
40 |
+
いただいた電話番号をお訊きしたいのですが、弊社の査定人に対してわかりやすい質問に変更します。
|
41 |
+
|
42 |
+
「電話番号は何ですか?」
|
43 |
+
|
44 |
+
お電話番号をお聞きしたいのですが、お電話番号を教えてください。
|
routers/webhook.py
CHANGED
@@ -95,6 +95,23 @@ async def webhook(request: Request):
|
|
95 |
title = f""" {user_name}様から下記の質問があります"""
|
96 |
|
97 |
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n{message_id} {text}"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
99 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
100 |
#test_set_lide(subtitle, text)
|
|
|
95 |
title = f""" {user_name}様から下記の質問があります"""
|
96 |
|
97 |
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n{message_id} {text}"""
|
98 |
+
|
99 |
+
|
100 |
+
subtitle = f"""
|
101 |
+
<b>User ID:</b> {user_id}<br>
|
102 |
+
<b>Text:</b> {text}<br>
|
103 |
+
<b>Event Type:</b> {event_type}<br>
|
104 |
+
<b>Webhook Event ID:</b> {webhook_event_id}<br>
|
105 |
+
<b>Delivery Context:</b> {json.dumps(delivery_context)}<br>
|
106 |
+
<b>Timestamp:</b> {timestamp}<br>
|
107 |
+
<b>Mode:</b> {mode}<br>
|
108 |
+
<b>Message Type:</b> {message_type}<br>
|
109 |
+
<b>Message ID:</b> {message_id}<br>
|
110 |
+
<b>Message Text:</b> {message_text}<br>
|
111 |
+
<b>Quote Token:</b> {quote_token}<br>
|
112 |
+
<b>Source Type:</b> {source_type}<br>
|
113 |
+
<b>Reply Token:</b> {reply_token}<br>
|
114 |
+
"""
|
115 |
link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
116 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
117 |
#test_set_lide(subtitle, text)
|