Feature #3559
Provide OpenAI response to user's question by making call_openai_api call
Start date:
05/29/2024
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
Suppose user asks a question <Question>. Then, provide the answer as the response from
https://call-openai-api-yhb42btdva-uc.a.run.app
ContentType: json
and body as {
"prompt": "<Question>"
}