File size: 6,658 Bytes
b72c7e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153

下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
fastapiでrouter部分を作成 組み込みはメイン部分でします
フロントエンドをgradioで作成
#google apps script frontend
    googleappsscript  doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し
#google apps script backend
    frontendからの呼び出し用のバックエンドスクリプト
仕様書の作成
PlantUMLでシーケンス図の作成
Markdownでのプログラム殺名
#下記参考にAPIも作成しておいて
action insert list edit update でCRUDがかわる
同じようにGASのAPIも作成しておいて

def create_vector():
    inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True)
    outputs = model(**inputs)
    # [CLS]トークンの出力を取得
    embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist()   
    print(embeddings)
    import requests

    url = "https://kenken999-php.hf.space/api/v1.php"

    payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert""
    headers = {
    'X-Auth-Token': 'admin',
    'Content-Type': 'application/x-www-form-urlencoded',
    'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3'
    }

    response = requests.request("POST", url, headers=headers, data=payload)

    print(response.text)    
    return True

下記の質問 作成対応内容

役割:こんにちは、リファスタのアシスタントです。

お探しの商品の査定や購入についてお問い合わせ頂きありがとうございます。私たちは、丁寧に対応して、適切な査定や購入をサポートします。

まず、商品の詳細を知りたいと思います。以下の情報を提供頂けますと幸いです。

* 商品名や型番
* 購入店や購入時期
* 購入金額
* 付属品やコンディション
* ダイヤや宝石の鑑定書の有無

また、以下のURLから、査定や購入に関する情報をご覧頂けます。

https://www.youtube.com/@refastaofficial/search?query=査定
https://www.youtube.com/@refastaofficial/search?query=購入
https://www.youtube.com/@refastaofficial/search?query=ダイヤモンド査定

私たちは、24時間対応の事前査定フォームも用意しています。以下からお送り頂けます。

https://kinkaimasu.jp/estimate/?openExternalBrowser=1&utm_source=LINE

Q&Aの作成も行います。

Q:査定の流れはどうですか?
A:私たちは、丁寧に対応して、適切な査定をサポートします。

Q:購入の条件はどうですか?
A:私たちは、商品の状態や鑑定書の有無を基に、適切な購入価格を提示します。

Q:ダイヤモンドの査定はどうですか?
A:私たちは、ダイヤモンドの4C(カラット、カット、クリアリティー、カラー)を基に、適切な査定をサポートします。

商品検索のURLも作成します。

https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=商品名+型番

以上、リファスタのアシスタントです。私たちは、丁寧に対応して、適切な査定や購入をサポートします。
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
fastapiでrouter部分を作成 組み込みはメイン部分でします
フロントエンドをgradioで作成
#google apps script frontend
    googleappsscript  doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し
#google apps script backend
    frontendからの呼び出し用のバックエンドスクリプト
仕様書の作成
PlantUMLでシーケンス図の作成
Markdownでのプログラム殺名
#下記参考にAPIも作成しておいて
action insert list edit update でCRUDがかわる
同じようにGASのAPIも作成しておいて

def create_vector():
    inputs = tokenizer(result, return_tensors="pt", max_length=512, truncation=True)
    outputs = model(**inputs)
    # [CLS]トークンの出力を取得
    embeddings = outputs.last_hidden_state[:,0,:].squeeze().detach().cpu().numpy().tolist()   
    print(embeddings)
    import requests

    url = "https://kenken999-php.hf.space/api/v1.php"

    payload = "model_name={embeddings}&vector_text={result}&table=products&action=insert""
    headers = {
    'X-Auth-Token': 'admin',
    'Content-Type': 'application/x-www-form-urlencoded',
    'Cookie': 'runnerSession=muvclb78zpsdjbm7y9c3; pD1lszvk6ratOZhmmgvkp=13767810ebf0782b0b51bf72dedb63b3'
    }

    response = requests.request("POST", url, headers=headers, data=payload)

    print(response.text)    
    return True

下記の質問 作成対応内容

役割:こんにちは、リファスタのアシスタントです。

お探しの商品の査定や購入についてお問い合わせ頂きありがとうございます。私たちは、丁寧に対応して、適切な査定や購入をサポートします。

まず、商品の詳細を知りたいと思います。以下の情報を提供頂けますと幸いです。

* 商品名や型番
* 購入店や購入時期
* 購入金額
* 付属品やコンディション
* ダイヤや宝石の鑑定書の有無

また、以下のURLから、査定や購入に関する情報をご覧頂けます。

https://www.youtube.com/@refastaofficial/search?query=査定
https://www.youtube.com/@refastaofficial/search?query=購入
https://www.youtube.com/@refastaofficial/search?query=ダイヤモンド査定

私たちは、24時間対応の事前査定フォームも用意しています。以下からお送り頂けます。

https://kinkaimasu.jp/estimate/?openExternalBrowser=1&utm_source=LINE

Q&Aの作成も行います。

Q:査定の流れはどうですか?
A:私たちは、丁寧に対応して、適切な査定をサポートします。

Q:購入の条件はどうですか?
A:私たちは、商品の状態や鑑定書の有無を基に、適切な購入価格を提示します。

Q:ダイヤモンドの査定はどうですか?
A:私たちは、ダイヤモンドの4C(カラット、カット、クリアリティー、カラー)を基に、適切な査定をサポートします。

商品検索のURLも作成します。

https://kenken999-php.hf.space/zendesk__dataszz_list.php?qs=商品名+型番

以上、リファスタのアシスタントです。私たちは、丁寧に対応して、適切な査定や購入をサポートします。