Added endpoint for /fetch_tips

This commit is contained in:
Pedro Fonseca
2023-09-03 11:38:12 +01:00
parent a31489d850
commit fcd7483fd9
3 changed files with 106 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
{
"info": {
"_postman_id": "2e0eed9d-6a6f-4785-9972-087d51ac0265",
"_postman_id": "c3a09737-c624-4b32-9e9a-af8ee8084764",
"name": "ielts",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "26107457"
"_exporter_id": "29491168"
},
"item": [
{
@@ -257,6 +257,53 @@
}
},
"response": []
},
{
"name": "Fetch Answer Tips",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"question\": \"When did Kendrick Lamar sign for TDE?\",\n \"answer\": \"Hello GPT.\",\n\t\t\"correct_answer\": \"2005\",\n \"context\": \"Kendrick Lamar Duckworth (born June 17, 1987) is an American rapper and songwriter. Known for his progressive musical styles and socially conscious songwriting, he is often considered one of the most influential hip hop artists of his generation. Born and raised in Compton, California, Lamar began his career as a teenager performing under the stage name K.Dot. He quickly garnered local attention which led to him signing a recording contract with Top Dawg Entertainment (TDE) in 2005.\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/fetch_tips",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"fetch_tips"
]
}
},
"response": []
}
]
}