Yasu777 commited on
Commit
030acb9
·
verified ·
1 Parent(s): b2cb058

Update first.py

Browse files
Files changed (1) hide show
  1. first.py +1 -1
first.py CHANGED
@@ -184,7 +184,7 @@ for text_id in range(len(texts)):
184
  f.write("\n\n")
185
 
186
  # Extract text subjects and related text parts
187
- model_name = "gpt-3.5-turbo-0613"
188
  llm = ChatOpenAI(model_name=model_name, temperature=0.7)
189
  text_splitter = TokenTextSplitter(chunk_size=5000, chunk_overlap=500)
190
  document_splits = []
 
184
  f.write("\n\n")
185
 
186
  # Extract text subjects and related text parts
187
+ model_name = "gpt-3.5-turbo-1106"
188
  llm = ChatOpenAI(model_name=model_name, temperature=0.7)
189
  text_splitter = TokenTextSplitter(chunk_size=5000, chunk_overlap=500)
190
  document_splits = []