Model
attribute is always set to "undefined": https://github.com/Helicone/helicone/blob/b6a0b8355abf8d499ea197a4ab6f149de5b56d54/web/components/templates/requestsV2/RequestView.tsx#L65Model
is "undefined", the following code will always return "GPT3Builder": https://github.com/Helicone/helicone/blob/b6a0b8355abf8d499ea197a4ab6f149de5b56d54/web/components/templates/requestsV2/builder/requestBuilder.tsx#L18response_body.choices
exists, the code tries to reference this.response.response_body?.choices[0].text
. However, the actual response of azure openai models is this.response.response_body?.choices[0].message
: https://github.com/Helicone/helicone/blob/b6a0b8355abf8d499ea197a4ab6f149de5b56d54/web/components/templates/requestsV2/builder/GPT3Builder.tsx#L44{ "limit": 10, "offset": 0, "filters": [ { "property": { "name": "app", "value": { "equals": "test" } } } ] }
"errors": [ { "message": "Invalid operatorundefined", "locations": [ { "line": 2, "column": 3 } ], "path": [ "heliconeRequest" ], "extensions": { "code": "INTERNAL_SERVER_ERROR" } } ]