5/11/1
This commit is contained in:
@@ -171,7 +171,7 @@ class AI extends GetxController {
|
||||
// },
|
||||
{
|
||||
'text':
|
||||
"Extract the desired information from the following passage as json decoded like $prompt just in this:\n\n$payload"
|
||||
"Extract the desired information from the following passage as json decoded like $prompt .and look for this instruction first name in line 3or 2 ,fullname in line 4 from it written left to right but you modify it rtl,address in line 5 it written left to right but you modify it rtl and 6,dob,nationalid in the last line as just in this:\n\n$payload"
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -196,7 +196,7 @@ class AI extends GetxController {
|
||||
},
|
||||
]
|
||||
});
|
||||
print(requestBody);
|
||||
// print(requestBody);
|
||||
|
||||
final response = await http.post(
|
||||
Uri.parse(
|
||||
|
||||
Reference in New Issue
Block a user