prasadnu commited on
Commit
aa4a03c
·
1 Parent(s): 10f24a5

rerank model

Browse files
Files changed (1) hide show
  1. utilities/invoke_models.py +1 -1
utilities/invoke_models.py CHANGED
@@ -20,7 +20,7 @@ def get_bedrock_client():
20
  )
21
 
22
 
23
- bedrock_runtime_client = get_bedrock_client():
24
 
25
 
26
 
 
20
  )
21
 
22
 
23
+ bedrock_runtime_client = get_bedrock_client()
24
 
25
 
26