Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion discovery-data/webhook-enrichment-sample/granite/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def extract_entities(text):
IAM_TOKEN = get_iam_token()
# Prompt
payload = {
'model_id': 'ibm/granite-13b-instruct-v1',
'model_id': 'ibm/granite-13b-instruct-v2',
'input': f'''Act as a webmaster who must extract structured information from emails. Read the below email and extract and categorize each entity. If no entity is found, output "None".

Input:
Expand Down