Thamed-Chowdhury commited on
Commit
d5d9f98
·
verified ·
1 Parent(s): 7cfb0d5

Update LLM_automation_GPT35.py

Browse files
Files changed (1) hide show
  1. LLM_automation_GPT35.py +1 -1
LLM_automation_GPT35.py CHANGED
@@ -24,7 +24,7 @@ def create_data(description):
24
  )
25
  df2=description
26
  #### Create OpenAI llm:
27
- llm=ChatOpenAI(model="gpt-3.5-turbo")
28
 
29
  ### Create an output parser:
30
  output_parser=StrOutputParser()
 
24
  )
25
  df2=description
26
  #### Create OpenAI llm:
27
+ llm=ChatOpenAI(model="gpt-3.5-turbo-16k")
28
 
29
  ### Create an output parser:
30
  output_parser=StrOutputParser()