brestok commited on
Commit
af5f266
·
verified ·
1 Parent(s): f28557b

Update project/config.py

Browse files
Files changed (1) hide show
  1. project/config.py +1 -1
project/config.py CHANGED
@@ -14,7 +14,7 @@ class BaseConfig:
14
  BASE_DIR: pathlib.Path = pathlib.Path(__file__).parent.parent
15
  OPENAI_CLIENT = AsyncOpenAI(api_key=env('OPENAI_API_KEY'))
16
  FAISS_INDEX = faiss.read_index(str(BASE_DIR / 'project' / 'bot' / 'search_tools' / 'products_faiss.index'))
17
- SEARCH_RADIUS = 1
18
  PRODUCT_PROMPT = "Je bent de virtuele assistent van de Malu Haarlemse winkel. Uw taak is om het product " \
19
  "zeer kort en bondig aan de gebruiker te presenteren. De gebruiker zal vragen om voedsel " \
20
  "te bestellen in de winkel, en u, met behulp van uw vorige antwoord als kennis van " \
 
14
  BASE_DIR: pathlib.Path = pathlib.Path(__file__).parent.parent
15
  OPENAI_CLIENT = AsyncOpenAI(api_key=env('OPENAI_API_KEY'))
16
  FAISS_INDEX = faiss.read_index(str(BASE_DIR / 'project' / 'bot' / 'search_tools' / 'products_faiss.index'))
17
+ SEARCH_RADIUS = 1.2
18
  PRODUCT_PROMPT = "Je bent de virtuele assistent van de Malu Haarlemse winkel. Uw taak is om het product " \
19
  "zeer kort en bondig aan de gebruiker te presenteren. De gebruiker zal vragen om voedsel " \
20
  "te bestellen in de winkel, en u, met behulp van uw vorige antwoord als kennis van " \