mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
@@ -20,8 +20,8 @@ corrector_schema = [
|
||||
cypher_validation = CypherQueryCorrector(corrector_schema)
|
||||
|
||||
# LLMs
|
||||
cypher_llm = ChatOpenAI(model_name="gpt-4", temperature=0.0)
|
||||
qa_llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0.0)
|
||||
cypher_llm = ChatOpenAI(model="gpt-4", temperature=0.0)
|
||||
qa_llm = ChatOpenAI(model="gpt-3.5-turbo", temperature=0.0)
|
||||
|
||||
|
||||
# Extract entities from text
|
||||
|
Reference in New Issue
Block a user