typetext
{
"transcript": "Chairman Wormsley: Each of you has received the agenda. I will entertain a motion that the agenda be approved.\n\nCommissioner Brown: So moved.\n\nCommissioner Hobbs: Seconded\n\nChairman Wormsley: It has been moved and seconded that the agenda be approved as received by the members. All those in favor signify by saying \"Aye\"?...Opposed by saying \"No\"?...The agenda is approved. You have received a copy of the minutes of the last meeting. Are there any corrections or additions to the meeting?\n\nCommissioner McCroskey: Mister Chairman, my name has been omitted from the Special Committee on Indigent Care.\n\nChairman Wormsley: Thank you. If there are no objections, the minutes will be corrected to include the name of Commissioner McCroskey. Will the clerk please make this correction. Any further corrections? Seeing none, without objection the minutes will stand approved as read. (This is sort of a short cut way that is commonly used for approval of minutes and/or the agenda rather than requiring a motion and second.)\n\nChairman Wormsley: Commissioner Adkins, the first item on the agenda is yours.\n\nCommissioner Adkins: Mister Chairman, I would like to make a motion to approve the resolution taking money from the Data Processing Reserve Account in the County Clerk's office and moving it to the equipment line to purchase a laptop computer.\n\nCommissioner Carmical: I second the motion.\n\nChairman Wormsley: This resolution has a motion and second. Will the clerk please take the vote.\n\nChairman Wormsley: The resolution passes. We will now take up old business. At our last meeting, Commissioner McKee, your motion to sell property near the airport was deferred to this meeting. You are recognized.\n\nCommissioner McKee: I move to withdraw that motion.\n\nChairman Wormsley: Commissioner McKee has moved to withdraw his motion to sell property near the airport. Seeing no objection, this motion is withdrawn. The next item on the agenda is Commissioner Rodgers'.\n\nCommissioner Rodgers: I move adopton of the resolution previously provided to each of you to increase the state match local litigation tax in circuit, chancery, and criminal courts to the maximum amounts permissible. This resolution calls for the increases to go to the general fund.\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: The sheriff is opposed to this increase.\n\nChairman Wormsley: Commissioner, you are out of order because this motion has not been seconded as needed before the floor is open for discussion or debate. Discussion will begin after we have a second. Is there a second?\n\nCommissioner Reinhart: For purposes of discussion, I second the motion.\n\nChairman Wormsley: Commissioner Rodgers is recognized.\n\nCommissioner Rodgers: (Speaks about the data on collections, handing out all sorts of numerical figures regarding the litigation tax, and the county's need for additional revenue.)\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: I move an amendment to the motion to require 25 percent of the proceeds from the increase in the tax on criminal cases go to fund the sheriff's department.\n\nChairman Wormsley: Commissioner Malone\n\nCommissioner Malone: I second the amendment.\n\n"
}npm install replicate
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_MQt**********************************
This is your API token. Keep it to yourself.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run pipeline-examples/meeting-summary using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = {
transcript: "Chairman Wormsley: Each of you has received the agenda. I will entertain a motion that the agenda be approved.\n\nCommissioner Brown: So moved.\n\nCommissioner Hobbs: Seconded\n\nChairman Wormsley: It has been moved and seconded that the agenda be approved as received by the members. All those in favor signify by saying \"Aye\"?...Opposed by saying \"No\"?...The agenda is approved. You have received a copy of the minutes of the last meeting. Are there any corrections or additions to the meeting?\n\nCommissioner McCroskey: Mister Chairman, my name has been omitted from the Special Committee on Indigent Care.\n\nChairman Wormsley: Thank you. If there are no objections, the minutes will be corrected to include the name of Commissioner McCroskey. Will the clerk please make this correction. Any further corrections? Seeing none, without objection the minutes will stand approved as read. (This is sort of a short cut way that is commonly used for approval of minutes and/or the agenda rather than requiring a motion and second.)\n\nChairman Wormsley: Commissioner Adkins, the first item on the agenda is yours.\n\nCommissioner Adkins: Mister Chairman, I would like to make a motion to approve the resolution taking money from the Data Processing Reserve Account in the County Clerk's office and moving it to the equipment line to purchase a laptop computer.\n\nCommissioner Carmical: I second the motion.\n\nChairman Wormsley: This resolution has a motion and second. Will the clerk please take the vote.\n\nChairman Wormsley: The resolution passes. We will now take up old business. At our last meeting, Commissioner McKee, your motion to sell property near the airport was deferred to this meeting. You are recognized.\n\nCommissioner McKee: I move to withdraw that motion.\n\nChairman Wormsley: Commissioner McKee has moved to withdraw his motion to sell property near the airport. Seeing no objection, this motion is withdrawn. The next item on the agenda is Commissioner Rodgers'.\n\nCommissioner Rodgers: I move adopton of the resolution previously provided to each of you to increase the state match local litigation tax in circuit, chancery, and criminal courts to the maximum amounts permissible. This resolution calls for the increases to go to the general fund.\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: The sheriff is opposed to this increase.\n\nChairman Wormsley: Commissioner, you are out of order because this motion has not been seconded as needed before the floor is open for discussion or debate. Discussion will begin after we have a second. Is there a second?\n\nCommissioner Reinhart: For purposes of discussion, I second the motion.\n\nChairman Wormsley: Commissioner Rodgers is recognized.\n\nCommissioner Rodgers: (Speaks about the data on collections, handing out all sorts of numerical figures regarding the litigation tax, and the county's need for additional revenue.)\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: I move an amendment to the motion to require 25 percent of the proceeds from the increase in the tax on criminal cases go to fund the sheriff's department.\n\nChairman Wormsley: Commissioner Malone\n\nCommissioner Malone: I second the amendment.\n\n"
};
for await (const event of replicate.stream("pipeline-examples/meeting-summary", { input })) {
process.stdout.write(event.toString());
};
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_MQt**********************************
This is your API token. Keep it to yourself.
import replicate
Run pipeline-examples/meeting-summary using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
# The pipeline-examples/meeting-summary model can stream output as it's running.
for event in replicate.stream(
"pipeline-examples/meeting-summary",
input={
"transcript": "Chairman Wormsley: Each of you has received the agenda. I will entertain a motion that the agenda be approved.\n\nCommissioner Brown: So moved.\n\nCommissioner Hobbs: Seconded\n\nChairman Wormsley: It has been moved and seconded that the agenda be approved as received by the members. All those in favor signify by saying \"Aye\"?...Opposed by saying \"No\"?...The agenda is approved. You have received a copy of the minutes of the last meeting. Are there any corrections or additions to the meeting?\n\nCommissioner McCroskey: Mister Chairman, my name has been omitted from the Special Committee on Indigent Care.\n\nChairman Wormsley: Thank you. If there are no objections, the minutes will be corrected to include the name of Commissioner McCroskey. Will the clerk please make this correction. Any further corrections? Seeing none, without objection the minutes will stand approved as read. (This is sort of a short cut way that is commonly used for approval of minutes and/or the agenda rather than requiring a motion and second.)\n\nChairman Wormsley: Commissioner Adkins, the first item on the agenda is yours.\n\nCommissioner Adkins: Mister Chairman, I would like to make a motion to approve the resolution taking money from the Data Processing Reserve Account in the County Clerk's office and moving it to the equipment line to purchase a laptop computer.\n\nCommissioner Carmical: I second the motion.\n\nChairman Wormsley: This resolution has a motion and second. Will the clerk please take the vote.\n\nChairman Wormsley: The resolution passes. We will now take up old business. At our last meeting, Commissioner McKee, your motion to sell property near the airport was deferred to this meeting. You are recognized.\n\nCommissioner McKee: I move to withdraw that motion.\n\nChairman Wormsley: Commissioner McKee has moved to withdraw his motion to sell property near the airport. Seeing no objection, this motion is withdrawn. The next item on the agenda is Commissioner Rodgers'.\n\nCommissioner Rodgers: I move adopton of the resolution previously provided to each of you to increase the state match local litigation tax in circuit, chancery, and criminal courts to the maximum amounts permissible. This resolution calls for the increases to go to the general fund.\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: The sheriff is opposed to this increase.\n\nChairman Wormsley: Commissioner, you are out of order because this motion has not been seconded as needed before the floor is open for discussion or debate. Discussion will begin after we have a second. Is there a second?\n\nCommissioner Reinhart: For purposes of discussion, I second the motion.\n\nChairman Wormsley: Commissioner Rodgers is recognized.\n\nCommissioner Rodgers: (Speaks about the data on collections, handing out all sorts of numerical figures regarding the litigation tax, and the county's need for additional revenue.)\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: I move an amendment to the motion to require 25 percent of the proceeds from the increase in the tax on criminal cases go to fund the sheriff's department.\n\nChairman Wormsley: Commissioner Malone\n\nCommissioner Malone: I second the amendment.\n\n"
},
):
print(str(event), end="")
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_MQt**********************************
This is your API token. Keep it to yourself.
Run pipeline-examples/meeting-summary using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"input": {
"transcript": "Chairman Wormsley: Each of you has received the agenda. I will entertain a motion that the agenda be approved.\\n\\nCommissioner Brown: So moved.\\n\\nCommissioner Hobbs: Seconded\\n\\nChairman Wormsley: It has been moved and seconded that the agenda be approved as received by the members. All those in favor signify by saying \\"Aye\\"?...Opposed by saying \\"No\\"?...The agenda is approved. You have received a copy of the minutes of the last meeting. Are there any corrections or additions to the meeting?\\n\\nCommissioner McCroskey: Mister Chairman, my name has been omitted from the Special Committee on Indigent Care.\\n\\nChairman Wormsley: Thank you. If there are no objections, the minutes will be corrected to include the name of Commissioner McCroskey. Will the clerk please make this correction. Any further corrections? Seeing none, without objection the minutes will stand approved as read. (This is sort of a short cut way that is commonly used for approval of minutes and/or the agenda rather than requiring a motion and second.)\\n\\nChairman Wormsley: Commissioner Adkins, the first item on the agenda is yours.\\n\\nCommissioner Adkins: Mister Chairman, I would like to make a motion to approve the resolution taking money from the Data Processing Reserve Account in the County Clerk\'s office and moving it to the equipment line to purchase a laptop computer.\\n\\nCommissioner Carmical: I second the motion.\\n\\nChairman Wormsley: This resolution has a motion and second. Will the clerk please take the vote.\\n\\nChairman Wormsley: The resolution passes. We will now take up old business. At our last meeting, Commissioner McKee, your motion to sell property near the airport was deferred to this meeting. You are recognized.\\n\\nCommissioner McKee: I move to withdraw that motion.\\n\\nChairman Wormsley: Commissioner McKee has moved to withdraw his motion to sell property near the airport. Seeing no objection, this motion is withdrawn. The next item on the agenda is Commissioner Rodgers\'.\\n\\nCommissioner Rodgers: I move adopton of the resolution previously provided to each of you to increase the state match local litigation tax in circuit, chancery, and criminal courts to the maximum amounts permissible. This resolution calls for the increases to go to the general fund.\\n\\nChairman Wormsley: Commissioner Duckett\\n\\nCommissioner Duckett: The sheriff is opposed to this increase.\\n\\nChairman Wormsley: Commissioner, you are out of order because this motion has not been seconded as needed before the floor is open for discussion or debate. Discussion will begin after we have a second. Is there a second?\\n\\nCommissioner Reinhart: For purposes of discussion, I second the motion.\\n\\nChairman Wormsley: Commissioner Rodgers is recognized.\\n\\nCommissioner Rodgers: (Speaks about the data on collections, handing out all sorts of numerical figures regarding the litigation tax, and the county\'s need for additional revenue.)\\n\\nChairman Wormsley: Commissioner Duckett\\n\\nCommissioner Duckett: I move an amendment to the motion to require 25 percent of the proceeds from the increase in the tax on criminal cases go to fund the sheriff\'s department.\\n\\nChairman Wormsley: Commissioner Malone\\n\\nCommissioner Malone: I second the amendment.\\n\\n"
}
}' \
https://api.replicate.com/v1/models/pipeline-examples/meeting-summary/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
**Meeting Opening** 📋
• Agenda was approved without opposition
• Minutes from last meeting were corrected to include Commissioner McCroskey on the Special Committee on Indigent Care
• Minutes were approved as corrected
**Data Processing Equipment Resolution** 💻
• Motion passed to transfer funds from Data Processing Reserve Account in County Clerk's office to equipment line
• Funds will be used to purchase a laptop computer
**Old Business - Airport Property** ✈️
• Commissioner withdrew previous motion to sell property near the airport
• No further action taken on this item
**Litigation Tax Increase Resolution** ⚖️
• Motion made to increase state match local litigation tax to maximum permissible amounts in circuit, chancery, and criminal courts
• Increases would go to the general fund
• Sheriff's department is opposed to this increase
• Amendment proposed to require 25% of proceeds from criminal case tax increases to fund sheriff's department
• Amendment was seconded and is pending discussion{
"id": "00sxncn4s1rma0csfhjbsbshh0",
"model": "pipeline-examples/meeting-summary",
"version": "hidden",
"input": {
"transcript": "Chairman Wormsley: Each of you has received the agenda. I will entertain a motion that the agenda be approved.\n\nCommissioner Brown: So moved.\n\nCommissioner Hobbs: Seconded\n\nChairman Wormsley: It has been moved and seconded that the agenda be approved as received by the members. All those in favor signify by saying \"Aye\"?...Opposed by saying \"No\"?...The agenda is approved. You have received a copy of the minutes of the last meeting. Are there any corrections or additions to the meeting?\n\nCommissioner McCroskey: Mister Chairman, my name has been omitted from the Special Committee on Indigent Care.\n\nChairman Wormsley: Thank you. If there are no objections, the minutes will be corrected to include the name of Commissioner McCroskey. Will the clerk please make this correction. Any further corrections? Seeing none, without objection the minutes will stand approved as read. (This is sort of a short cut way that is commonly used for approval of minutes and/or the agenda rather than requiring a motion and second.)\n\nChairman Wormsley: Commissioner Adkins, the first item on the agenda is yours.\n\nCommissioner Adkins: Mister Chairman, I would like to make a motion to approve the resolution taking money from the Data Processing Reserve Account in the County Clerk's office and moving it to the equipment line to purchase a laptop computer.\n\nCommissioner Carmical: I second the motion.\n\nChairman Wormsley: This resolution has a motion and second. Will the clerk please take the vote.\n\nChairman Wormsley: The resolution passes. We will now take up old business. At our last meeting, Commissioner McKee, your motion to sell property near the airport was deferred to this meeting. You are recognized.\n\nCommissioner McKee: I move to withdraw that motion.\n\nChairman Wormsley: Commissioner McKee has moved to withdraw his motion to sell property near the airport. Seeing no objection, this motion is withdrawn. The next item on the agenda is Commissioner Rodgers'.\n\nCommissioner Rodgers: I move adopton of the resolution previously provided to each of you to increase the state match local litigation tax in circuit, chancery, and criminal courts to the maximum amounts permissible. This resolution calls for the increases to go to the general fund.\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: The sheriff is opposed to this increase.\n\nChairman Wormsley: Commissioner, you are out of order because this motion has not been seconded as needed before the floor is open for discussion or debate. Discussion will begin after we have a second. Is there a second?\n\nCommissioner Reinhart: For purposes of discussion, I second the motion.\n\nChairman Wormsley: Commissioner Rodgers is recognized.\n\nCommissioner Rodgers: (Speaks about the data on collections, handing out all sorts of numerical figures regarding the litigation tax, and the county's need for additional revenue.)\n\nChairman Wormsley: Commissioner Duckett\n\nCommissioner Duckett: I move an amendment to the motion to require 25 percent of the proceeds from the increase in the tax on criminal cases go to fund the sheriff's department.\n\nChairman Wormsley: Commissioner Malone\n\nCommissioner Malone: I second the amendment.\n\n"
},
"logs": "",
"output": [
"*",
"*",
"M",
"e",
"e",
"t",
"i",
"n",
"g",
" ",
"O",
"p",
"e",
"n",
"i",
"n",
"g",
"*",
"*",
" ",
"📋",
"\n",
"•",
" ",
"A",
"g",
"e",
"n",
"d",
"a",
" ",
"w",
"a",
"s",
" ",
"a",
"p",
"p",
"r",
"o",
"v",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
"o",
"u",
"t",
" ",
"o",
"p",
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n",
"\n",
"•",
" ",
"M",
"i",
"n",
"u",
"t",
"e",
"s",
" ",
"f",
"r",
"o",
"m",
" ",
"l",
"a",
"s",
"t",
" ",
"m",
"e",
"e",
"t",
"i",
"n",
"g",
" ",
"w",
"e",
"r",
"e",
" ",
"c",
"o",
"r",
"r",
"e",
"c",
"t",
"e",
"d",
" ",
"t",
"o",
" ",
"i",
"n",
"c",
"l",
"u",
"d",
"e",
" ",
"C",
"o",
"m",
"m",
"i",
"s",
"s",
"i",
"o",
"n",
"e",
"r",
" ",
"M",
"c",
"C",
"r",
"o",
"s",
"k",
"e",
"y",
" ",
"o",
"n",
" ",
"t",
"h",
"e",
" ",
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"C",
"o",
"m",
"m",
"i",
"t",
"t",
"e",
"e",
" ",
"o",
"n",
" ",
"I",
"n",
"d",
"i",
"g",
"e",
"n",
"t",
" ",
"C",
"a",
"r",
"e",
"\n",
"•",
" ",
"M",
"i",
"n",
"u",
"t",
"e",
"s",
" ",
"w",
"e",
"r",
"e",
" ",
"a",
"p",
"p",
"r",
"o",
"v",
"e",
"d",
" ",
"a",
"s",
" ",
"c",
"o",
"r",
"r",
"e",
"c",
"t",
"e",
"d",
"\n",
"\n",
"*",
"*",
"D",
"a",
"t",
"a",
" ",
"P",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g",
" ",
"E",
"q",
"u",
"i",
"p",
"m",
"e",
"n",
"t",
" ",
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n",
"*",
"*",
" ",
"💻",
"\n",
"•",
" ",
"M",
"o",
"t",
"i",
"o",
"n",
" ",
"p",
"a",
"s",
"s",
"e",
"d",
" ",
"t",
"o",
" ",
"t",
"r",
"a",
"n",
"s",
"f",
"e",
"r",
" ",
"f",
"u",
"n",
"d",
"s",
" ",
"f",
"r",
"o",
"m",
" ",
"D",
"a",
"t",
"a",
" ",
"P",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g",
" ",
"R",
"e",
"s",
"e",
"r",
"v",
"e",
" ",
"A",
"c",
"c",
"o",
"u",
"n",
"t",
" ",
"i",
"n",
" ",
"C",
"o",
"u",
"n",
"t",
"y",
" ",
"C",
"l",
"e",
"r",
"k",
"'",
"s",
" ",
"o",
"f",
"f",
"i",
"c",
"e",
" ",
"t",
"o",
" ",
"e",
"q",
"u",
"i",
"p",
"m",
"e",
"n",
"t",
" ",
"l",
"i",
"n",
"e",
"\n",
"•",
" ",
"F",
"u",
"n",
"d",
"s",
" ",
"w",
"i",
"l",
"l",
" ",
"b",
"e",
" ",
"u",
"s",
"e",
"d",
" ",
"t",
"o",
" ",
"p",
"u",
"r",
"c",
"h",
"a",
"s",
"e",
" ",
"a",
" ",
"l",
"a",
"p",
"t",
"o",
"p",
" ",
"c",
"o",
"m",
"p",
"u",
"t",
"e",
"r",
"\n",
"\n",
"*",
"*",
"O",
"l",
"d",
" ",
"B",
"u",
"s",
"i",
"n",
"e",
"s",
"s",
" ",
"-",
" ",
"A",
"i",
"r",
"p",
"o",
"r",
"t",
" ",
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
"*",
"*",
" ",
"✈",
"️",
"\n",
"•",
" ",
"C",
"o",
"m",
"m",
"i",
"s",
"s",
"i",
"o",
"n",
"e",
"r",
" ",
"w",
"i",
"t",
"h",
"d",
"r",
"e",
"w",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"m",
"o",
"t",
"i",
"o",
"n",
" ",
"t",
"o",
" ",
"s",
"e",
"l",
"l",
" ",
"p",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"e",
"a",
"r",
" ",
"t",
"h",
"e",
" ",
"a",
"i",
"r",
"p",
"o",
"r",
"t",
"\n",
"•",
" ",
"N",
"o",
" ",
"f",
"u",
"r",
"t",
"h",
"e",
"r",
" ",
"a",
"c",
"t",
"i",
"o",
"n",
" ",
"t",
"a",
"k",
"e",
"n",
" ",
"o",
"n",
" ",
"t",
"h",
"i",
"s",
" ",
"i",
"t",
"e",
"m",
"\n",
"\n",
"*",
"*",
"L",
"i",
"t",
"i",
"g",
"a",
"t",
"i",
"o",
"n",
" ",
"T",
"a",
"x",
" ",
"I",
"n",
"c",
"r",
"e",
"a",
"s",
"e",
" ",
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n",
"*",
"*",
" ",
"⚖",
"️",
"\n",
"•",
" ",
"M",
"o",
"t",
"i",
"o",
"n",
" ",
"m",
"a",
"d",
"e",
" ",
"t",
"o",
" ",
"i",
"n",
"c",
"r",
"e",
"a",
"s",
"e",
" ",
"s",
"t",
"a",
"t",
"e",
" ",
"m",
"a",
"t",
"c",
"h",
" ",
"l",
"o",
"c",
"a",
"l",
" ",
"l",
"i",
"t",
"i",
"g",
"a",
"t",
"i",
"o",
"n",
" ",
"t",
"a",
"x",
" ",
"t",
"o",
" ",
"m",
"a",
"x",
"i",
"m",
"u",
"m",
" ",
"p",
"e",
"r",
"m",
"i",
"s",
"s",
"i",
"b",
"l",
"e",
" ",
"a",
"m",
"o",
"u",
"n",
"t",
"s",
" ",
"i",
"n",
" ",
"c",
"i",
"r",
"c",
"u",
"i",
"t",
",",
" ",
"c",
"h",
"a",
"n",
"c",
"e",
"r",
"y",
",",
" ",
"a",
"n",
"d",
" ",
"c",
"r",
"i",
"m",
"i",
"n",
"a",
"l",
" ",
"c",
"o",
"u",
"r",
"t",
"s",
"\n",
"•",
" ",
"I",
"n",
"c",
"r",
"e",
"a",
"s",
"e",
"s",
" ",
"w",
"o",
"u",
"l",
"d",
" ",
"g",
"o",
" ",
"t",
"o",
" ",
"t",
"h",
"e",
" ",
"g",
"e",
"n",
"e",
"r",
"a",
"l",
" ",
"f",
"u",
"n",
"d",
"\n",
"•",
" ",
"S",
"h",
"e",
"r",
"i",
"f",
"f",
"'",
"s",
" ",
"d",
"e",
"p",
"a",
"r",
"t",
"m",
"e",
"n",
"t",
" ",
"i",
"s",
" ",
"o",
"p",
"p",
"o",
"s",
"e",
"d",
" ",
"t",
"o",
" ",
"t",
"h",
"i",
"s",
" ",
"i",
"n",
"c",
"r",
"e",
"a",
"s",
"e",
"\n",
"•",
" ",
"A",
"m",
"e",
"n",
"d",
"m",
"e",
"n",
"t",
" ",
"p",
"r",
"o",
"p",
"o",
"s",
"e",
"d",
" ",
"t",
"o",
" ",
"r",
"e",
"q",
"u",
"i",
"r",
"e",
" ",
"2",
"5",
"%",
" ",
"o",
"f",
" ",
"p",
"r",
"o",
"c",
"e",
"e",
"d",
"s",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"r",
"i",
"m",
"i",
"n",
"a",
"l",
" ",
"c",
"a",
"s",
"e",
" ",
"t",
"a",
"x",
" ",
"i",
"n",
"c",
"r",
"e",
"a",
"s",
"e",
"s",
" ",
"t",
"o",
" ",
"f",
"u",
"n",
"d",
" ",
"s",
"h",
"e",
"r",
"i",
"f",
"f",
"'",
"s",
" ",
"d",
"e",
"p",
"a",
"r",
"t",
"m",
"e",
"n",
"t",
"\n",
" ",
" ",
" ",
" ",
"•",
" ",
"A",
"m",
"e",
"n",
"d",
"m",
"e",
"n",
"t",
" ",
"w",
"a",
"s",
" ",
"s",
"e",
"c",
"o",
"n",
"d",
"e",
"d",
" ",
"a",
"n",
"d",
" ",
"i",
"s",
" ",
"p",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"d",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n"
],
"data_removed": false,
"error": null,
"source": "web",
"status": "succeeded",
"created_at": "2025-09-24T15:43:14.632Z",
"started_at": "2025-09-24T15:43:15.153015Z",
"completed_at": "2025-09-24T15:43:23.488845Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/00sxncn4s1rma0csfhjbsbshh0/cancel",
"children": "https://api.replicate.com/v1/predictions/00sxncn4s1rma0csfhjbsbshh0/children",
"get": "https://api.replicate.com/v1/predictions/00sxncn4s1rma0csfhjbsbshh0",
"root": "https://api.replicate.com/v1/predictions/00sxncn4s1rma0csfhjbsbshh0",
"stream": "https://stream-b.svc.ric1.c.replicate.net/v1/streams/wj5zouomc2ixp3qbadm7dq4jii6n4riyfabst4jadgabyq72tvna",
"web": "https://replicate.com/p/00sxncn4s1rma0csfhjbsbshh0"
},
"metrics": {
"predict_time": 8.335829661,
"total_time": 8.856845
}
}