Skip to content

Commit

Permalink
chore: update GPT 3.5 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BEMELON committed Jan 28, 2024
1 parent 85e73d1 commit a16587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_crawler/common/chatgpt/chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_llm_chain(model_name: str, template_path: str, input_variables: list[

PREFIX = "scrapy_crawler/common/chatgpt/prompts/%s"
GPT4_MODEL_NAME = "gpt-4-0613"
GPT3_MODEL_NAME = "gpt-3.5-turbo-0613"
GPT3_MODEL_NAME = "gpt-3.5-turbo-1106"
unused_chain: LLMChain = create_llm_chain(
GPT3_MODEL_NAME, PREFIX % "unused.txt", ["title", "content"]
)
Expand Down

0 comments on commit a16587e

Please sign in to comment.