Update LLM_automation_GPT35.py
Browse files- 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()
|