mirror of
https://github.com/BaranziniLab/KG_RAG.git
synced 2024-06-08 14:12:54 +03:00
removed comment
This commit is contained in:
@@ -30,7 +30,7 @@ SENTENCE_EMBEDDING_MODEL_FOR_NODE_RETRIEVAL = config_data["SENTENCE_EMBEDDING_MO
|
||||
SENTENCE_EMBEDDING_MODEL_FOR_CONTEXT_RETRIEVAL = config_data["SENTENCE_EMBEDDING_MODEL_FOR_CONTEXT_RETRIEVAL"]
|
||||
TEMPERATURE = config_data["LLM_TEMPERATURE"]
|
||||
|
||||
# can not specify CHAT_DEPLOYMENT_ID if GPT_API_TYPE is 'openai'.Otherwise it will be not work
|
||||
|
||||
CHAT_DEPLOYMENT_ID = CHAT_MODEL_ID if openai.api_type == "azure" else None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user