Simon Taylor
Simon Taylor
@Manikkumar1988 I've found this too. However, if I use `0` rather than `1` (the desired actual upload count) then it works. I wonder if this simply checks the `.length` of...
Same here +1 however only when the `[max]` property is set. If this is left off then it works fine?!
@zoellner's solution works well. Here is some public information on the `api-version`, which is required in the `params`. [https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#chat-completions](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#chat-completions)
No - I considered trying this: http://forum.ionicframework.com/t/generating-list-with-dividers-dynamically/341/5 but I am not keen on it.
[This solution works well for me](https://github.com/openai/openai-node/issues/53#issuecomment-1517604780)
I have this same issue when doing any sort of splice etc for deleting...