robertselvam commited on
Commit
b5b29b6
1 Parent(s): 893ed50

Update summary_extractor.py

Browse files
Files changed (1) hide show
  1. summary_extractor.py +1 -1
summary_extractor.py CHANGED
@@ -104,7 +104,7 @@ class Extractor:
104
 
105
  # Load the summarization chain using the ChatOpenAI language model
106
  chain = load_summarize_chain(
107
- llm = AzureChatOpenAI(azure_deployment = "ChatGPT"),
108
  chain_type="refine",
109
  question_prompt=prompt,
110
  refine_prompt=refine_prompt,
 
104
 
105
  # Load the summarization chain using the ChatOpenAI language model
106
  chain = load_summarize_chain(
107
+ llm = AzureChatOpenAI(azure_deployment = "GPT-3"),
108
  chain_type="refine",
109
  question_prompt=prompt,
110
  refine_prompt=refine_prompt,