Skip to content

Instantly share code, notes, and snippets.

View akamor's full-sized avatar

Adam Kamor akamor

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 2.
prompt,response
"Below is a transcript, please find the policy number:
Agent: Thank you for calling our customer service hotline. How may I assist you today?
Customer: Hi, I need some information about my insurance coverage.
Agent: Of course! I'll be happy to help. First, may I have your insurance policy number, please?
Customer: Sure, it's ABC123456.
import random, csv
from datetime import timedelta, datetime
from faker import Faker
from faker.providers import person
from faker.providers import internet
from faker.providers import ssn
from faker.providers import address
from faker.providers import job
from faker.providers import date_time
import random
from datetime import timedelta, datetime
from faker import Faker
from faker.providers import person
from faker.providers import internet
from faker.providers import ssn
from faker.providers import address
from faker.providers import job
from faker.providers import date_time