From b7afbcaa60d94a6c15cb745d64af25e48fb66d58 Mon Sep 17 00:00:00 2001 From: Marc Schneider Date: Sun, 18 Apr 2021 13:30:40 +0200 Subject: [PATCH] Fixes --- README.md | 3 ++- backend/gptapi.py | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8d12be..9cad47f 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# gpt3-makeathon +# GPT-3 Legal & Compliance Slackbot + diff --git a/backend/gptapi.py b/backend/gptapi.py index ff7559d..ecb385e 100644 --- a/backend/gptapi.py +++ b/backend/gptapi.py @@ -17,7 +17,7 @@ header_contenttype = "application/json" search_model = "ada" -completion_model = "curie" +completion_model = "davinci" examples_context = """6.6.1.3 Decent Working Time @@ -57,10 +57,10 @@ "What shall the Supplier pay in case of not meeting the agreed Delivery Date?", "EUR 500 (five hundred Euros) for each set of Documentation delayed and 1% (one percent) of the sum of the purchase price of the Agreed Order and of the purchase prices of the Products and/or Services which cannot be used because of the delay per calendar day of delay, up to a maximum amount per event of 30% (thirty percent) of such price." ], - [ - "What is Siemens’ minimum volume commitment?", - "I don't know the answer to that question." - ] + # [ + # "What is Siemens’ minimum volume commitment?", + # "I don't know the answer to that question." + # ] ]