Winston Chang

Results 285 comments of Winston Chang

@maelle I would consider a PR, but I personally don't think that it's a good place to put time and effort. Webshot uses CasperJS, and any interaction code would likely...

@schloerke can we get rid of this directory now? https://github.com/rstudio/shiny/blob/9fdc76d5af84504601fd485bb42656d9e0ec3ac0/srcts/patch/

@sergiocorreia I haven't looked at this code in a long time, but I think you may be right that it doesn't have to read the table each time. That said,...

Yes, it should be possible, although I have not tested it with Azure myself. When you call `chatstream.chat_server()`, you can pass it a `url`. See the docs here: https://wch.github.io/chatstream/reference/chat_server.html#chatstream.chat_server I...

@trangdata I don't have access to Azure OpenAI, but I just applied for access. Hopefully I will be given access in the near future, but until then I'm not able...

@trangdata I don't see `proxy` as a possible parameter to `.create()` or `.acreate()`. Taking a quick look at the `openai` source code, I think you will have to set it...

I've created a PR for Azure support, #10. Please see that PR and test it out. There is more information and instructions in the PR.

Quick answer because I’m on my phone: shouldn’t there be a period in gpt-3.5-turbo?

In the PR I just pushed some code to map from Azure model names to OpenAI model names. @trangdata Please give it another shot. Thanks!

I received access to Azure OpenAI, and got it working; see #10 again for instructions and an example app. Please give it a shot! The API in that PR is...