We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d27b4 commit 37abb75Copy full SHA for 37abb75
backend/example.env
@@ -25,8 +25,9 @@ NEO4J_USER_AGENT = ""
25
ENABLE_USER_AGENT = ""
26
LLM_MODEL_CONFIG_model_version=""
27
ENTITY_EMBEDDING="" True or False
28
-DUPLICATE_SCORE_VALUE = ""
29
-DUPLICATE_TEXT_DISTANCE = ""
+DUPLICATE_SCORE_VALUE =0.97
+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)
31
#examples
32
LLM_MODEL_CONFIG_openai_gpt_3.5="gpt-3.5-turbo-0125,openai_api_key"
33
LLM_MODEL_CONFIG_openai_gpt_4o_mini="gpt-4o-mini-2024-07-18,openai_api_key"
0 commit comments