Skip to content

Commit 37abb75

Browse files
kaustubh-darekarkartikpersistent
authored andcommitted
Update backend example.env
1 parent 55d27b4 commit 37abb75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/example.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ NEO4J_USER_AGENT = ""
2525
ENABLE_USER_AGENT = ""
2626
LLM_MODEL_CONFIG_model_version=""
2727
ENTITY_EMBEDDING="" True or False
28-
DUPLICATE_SCORE_VALUE = ""
29-
DUPLICATE_TEXT_DISTANCE = ""
28+
DUPLICATE_SCORE_VALUE =0.97
29+
DUPLICATE_TEXT_DISTANCE =3
30+
DEFAULT_DIFFBOT_CHAT_MODEL="openai_gpt_4o" #whichever model specified here , need to add config for that model in below format)
3031
#examples
3132
LLM_MODEL_CONFIG_openai_gpt_3.5="gpt-3.5-turbo-0125,openai_api_key"
3233
LLM_MODEL_CONFIG_openai_gpt_4o_mini="gpt-4o-mini-2024-07-18,openai_api_key"

0 commit comments

Comments
 (0)