Michelangiolo commited on
Commit
72872c2
·
1 Parent(s): 3019e30
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -153,7 +153,7 @@ def text2vec(query):
153
  context_dict = {
154
  "company; goliath; we" :
155
  """
156
- Our company builds AI Recommendation Systems for Matching Platforms using the latest technology. Our company is estabilished and operates in Japan. Our company uses the AWS Cloud to manage Servers. Our company can use GPT3 as well. Our company also builds GPT3-based chatbots. Our company can use open-source models, if requested. Our company uses open source models. Our company operates in Japan. Our company has been operating for 1 year, and we are expanding in Hong Kong. Our company offers other services apart from recommendation systems, like GPT3 chatbots. Our company can also build recommendation systems for mobile apps.
157
  """
158
  ,
159
  "price" :
@@ -200,7 +200,8 @@ qa_list = {
200
  'do you use GPT3 API?' : 'yes, we can',
201
  'do you use GPT3?' : 'yes, we can',
202
  'do you use GPT4?' : 'yes, we can',
203
- 'so you build chatbots' : 'yes, we built state-of-the art chatbots with GPT3 technology'
 
204
  }
205
  df_qa = pd.DataFrame([qa_list]).T.reset_index()
206
  df_qa.columns = ['question', 'answer']
 
153
  context_dict = {
154
  "company; goliath; we" :
155
  """
156
+ Our company builds AI Recommendation Systems for Matching Platforms using the latest technology. Our company is estabilished and operates in Japan. Our company uses the AWS Cloud to manage Servers. Our company can use GPT3 as well. Our company also builds GPT3-based chatbots. Our company can use open-source models, if requested. Our company uses open source models. Our company operates in Japan. Our company has been operating for 1 year, and we are expanding in Hong Kong. Our company offers other services apart from recommendation systems, like GPT3 chatbots. Our company can also build recommendation systems for mobile apps. You can contact our company at [email protected] .
157
  """
158
  ,
159
  "price" :
 
200
  'do you use GPT3 API?' : 'yes, we can',
201
  'do you use GPT3?' : 'yes, we can',
202
  'do you use GPT4?' : 'yes, we can',
203
+ 'so you build chatbots' : 'yes, we built state-of-the art chatbots with GPT3 technology',
204
+ 'what do you do?' : 'our company builds AI recommendaion systems'
205
  }
206
  df_qa = pd.DataFrame([qa_list]).T.reset_index()
207
  df_qa.columns = ['question', 'answer']