Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksilimkhan1 authored Oct 25, 2023
1 parent cd342cc commit 0a8d66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/models/bedrock/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __call__(self, prompts: Iterable[str]) -> Iterable[str]:
api_responses: List[str] = []
prompts = list(prompts)

def _request(json_data: str) -> Dict[str, Any]:
def _request(json_data: str) -> str:
try:
import boto3
import botocore
Expand Down

0 comments on commit 0a8d66e

Please sign in to comment.