Skip to content

Commit

Permalink
let retrieval use 4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
bassner committed Nov 29, 2024
1 parent 0afbf39 commit dad698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retrieval/lecture_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, client: WeaviateClient, **kwargs):
super().__init__(implementation_id="lecture_retrieval_pipeline")
request_handler = CapabilityRequestHandler(
requirements=RequirementList(
gpt_version_equivalent=3.5,
gpt_version_equivalent=4.25,
context_length=16385,
privacy_compliance=True,
)
Expand Down

0 comments on commit dad698e

Please sign in to comment.