Actions
Bug #12
closedKommentall - Feature #4: Proof of concept
Chatbot - Normal Prompt - BE - Fix getOpenAIResponse()
Start date:
09/13/2025
Due date:
% Done:
0%
Estimated time:
10:00 h
Description
After changes with Point, code for receiving Request from frontend ( sendRequest() ) and sending Request to OpenAI API endpoint has changed and is not working any more.
Updated by Tomislav Pleše 3 months ago
Types of Requests:
- Root Point
- Existing Point
- New Shard
- Existing Shard
{
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "system",
"content": "Respond in English."
},
{
"role": "user",
"content": "Say yes."
}
],
"max_tokens": 20
}
Actions