From ffcd011c312b0b6d1b57c940a225a4398df6dce8 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Tue, 21 Feb 2023 06:21:01 +0000 Subject: [PATCH] Format Python code with psf/black push --- models/search_model.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/models/search_model.py b/models/search_model.py index 83f207f..c08243e 100644 --- a/models/search_model.py +++ b/models/search_model.py @@ -201,7 +201,10 @@ class Search: llm_predictor = LLMPredictor(llm=OpenAI(model_name="text-davinci-003")) try: llm_predictor_presearch = OpenAI( - max_tokens=50, temperature=0.25, presence_penalty=0.65, model_name="text-davinci-003" + max_tokens=50, + temperature=0.25, + presence_penalty=0.65, + model_name="text-davinci-003", ) # Refine a query to send to google custom search API