#OpenAI Variables gpt_api_key = "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" gpt_model = "gpt-3.5-turbo" #Google Variables project_id = "advance-river-381411" project_location = "us" processor_id = "31bc9a6106cb3cac" #Company Specfic Variables char_remove = ["N/A", "(Use additional sheet if necessary)", "(not provided)", "Not specified", "-||-", "0 sq.m."] #Company Documents RPFAAP2 = ''' Desired Format: Additional Items: -||- Unit Construction Cost (P): Sub-Total (P): Depreciation Rate: -||- Depreciation Cost (P): Cost of Additional Items: -||- Total Construction Cost: -||- Total Percentage Depreciation: -||- Market Value (P): Actual Use: -||- Market Value (P): Assessment Level: -||- Assessed Value (P): Effectivity of Assessment/Reassessment: -||- Memoranda: -||- Date of Entry in the Record of Assessment: -||- Name: -||- PIN: ARP No.: TD No.: Total Assessed Value: -||- Previous Owner: Effectivity of Assessment: -||- Record Person: Date: -||- ''' RPFAAP1 = ''' Desired Format: ARP No.: Owner: Address: -||- Tel No.: -||- Administrator/Beneficial User: -||- Address: -||- Tel No.: -||- PIN: TIN_1: TIN_2: ''' # RPFAAP1 = ''' # Desired Format: # ARP No.: # Owner: # Address: -||- # Tel No.: -||- # Administrator/Beneficial User: -||- # Address: -||- # Tel No.: -||- # PIN: # TIN_1: # TIN_2: # No. / Street: -||- # Brgy/District: -||- # Municipality: -||- # Province/city: -||- # Owner: # OCT/TCT/CLOA No.: -||- # Lot No.: -||- # Survey No.: -||- # Blk No.: -||- # TD/ARP No.: # Area: # Kind of Bldg.: -||- # Structural Type: -||- # Bldg. Permit No.: -||- # Date Issued: -||- # Condominium Certificate of Title(CCT): -||- # Certificate of Completion Issued on: -||- # Certificate of Occupancy Issued on: -||- # Date Constructed/Completed: -||- # Date Occupied: -||- # Bldg. Age: -||- # No. of Storeys: -||- # Area of 1st Flr: # Area of 2nd Flr: # Area of 3rd Flr: # Area of 4th Flr: # Total Floor Area: # '''