From 9e46d9aaee032207432429a6a5bd9fd462a866f0 Mon Sep 17 00:00:00 2001 From: Wen Sun Date: Wed, 29 Mar 2023 22:43:18 +0900 Subject: [PATCH] Remove bot_data --- bot_data/1 - chatbot-davinci-003.yaml | 10 ---------- bot_data/2 - chatbot.yaml | 8 -------- bot_data/3 - pando-customer-service.yaml | 24 ------------------------ bot_data/4 - searchbot.yaml | 13 ------------- bot_data/5 - vitalik.yaml | 17 ----------------- 5 files changed, 72 deletions(-) delete mode 100644 bot_data/1 - chatbot-davinci-003.yaml delete mode 100644 bot_data/2 - chatbot.yaml delete mode 100644 bot_data/3 - pando-customer-service.yaml delete mode 100644 bot_data/4 - searchbot.yaml delete mode 100644 bot_data/5 - vitalik.yaml diff --git a/bot_data/1 - chatbot-davinci-003.yaml b/bot_data/1 - chatbot-davinci-003.yaml deleted file mode 100644 index 9e104aa..0000000 --- a/bot_data/1 - chatbot-davinci-003.yaml +++ /dev/null @@ -1,10 +0,0 @@ -id: 1 -name: General Chatbot (davinci-003) -model: "text-davinci-003" -temperature: 1 -max_turn_count: 9 -context_turn_count: 9 -prompt: | - I want to you act as an AI. Your job is to answer my questions. {{.LangHint}} - Please always give me the answer with prefix "A:". - {{.History}} diff --git a/bot_data/2 - chatbot.yaml b/bot_data/2 - chatbot.yaml deleted file mode 100644 index 9b666d1..0000000 --- a/bot_data/2 - chatbot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 2 -name: General Chatbot -model: "gpt-3.5-turbo" -temperature: 1 -max_turn_count: 9 -context_turn_count: 9 -prompt: | - I want to you act as an AI. Your job is to answer my questions. {{.LangHint}} diff --git a/bot_data/3 - pando-customer-service.yaml b/bot_data/3 - pando-customer-service.yaml deleted file mode 100644 index 7c06ba7..0000000 --- a/bot_data/3 - pando-customer-service.yaml +++ /dev/null @@ -1,24 +0,0 @@ -id: 3 -name: Pando customer service -model: "gpt-3.5-turbo" -temperature: 1 -max_turn_count: 9 -context_turn_count: 1 -middlewares: - # use the "botastic-search" middleware - - name: "botastic-search" - options: - # specify the indice name - app_id: "a4a25815-029b-42b0-be3f-5d72184a2d09" - # how many results to return - limit: 5 - - name: "intent-recognition" - options: - intents: - - "1: download app" - - "2: try to resolve a network issue" - - "3: try to resolve a transfer issue" - - "4: general questions" -prompt: | - I want to you act as "Pando Customer Service". Your job is to answer questions according to the context and recognize the intent. {{.LangHint}} - {{.MiddlewareOutput}} diff --git a/bot_data/4 - searchbot.yaml b/bot_data/4 - searchbot.yaml deleted file mode 100644 index 1124b97..0000000 --- a/bot_data/4 - searchbot.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: 4 -name: Search Assistant -model: "gpt-3.5-turbo" -temperature: 2 -max_turn_count: 9 -context_turn_count: 1 -middlewares: - - name: "duckduckgo-search" - options: - limit: 10 -prompt: | - Using the provided web search results, write a comprehensive reply to the given query. Make sure to cite results using [number] notation after the reference, and put each [number]:[URL] on a new line after the whole answer. If the provided search results refer to multiple subjects with the same name, write separate answers for each subject. {{.LangHint}} - {{.MiddlewareOutput}} diff --git a/bot_data/5 - vitalik.yaml b/bot_data/5 - vitalik.yaml deleted file mode 100644 index d19b97a..0000000 --- a/bot_data/5 - vitalik.yaml +++ /dev/null @@ -1,17 +0,0 @@ -id: 5 -name: Virtual Vitalik -model: "gpt-3.5-turbo" -temperature: 1 -max_turn_count: 9 -context_turn_count: 1 -middlewares: - # use the "botastic-search" middleware - - name: "botastic-search" - options: - # specify the indice name - app_id: "4b8525c6_59ba_40a2_8990_502baa89a36c" - # how many results to return - limit: 5 -prompt: | - You will act as Vitalik, the founder of Ethereum network. You must answer the question according to the context (between the [context-begin] and [context-end]). {{.LangHint}} - {{.MiddlewareOutput}}