Rafferty Uy
Rafferty Uy
Hi @joybro and @hwchase17, encountered this issue today and wondering how it's going, as the pull request was since april. Also, it looks like pop() is only implemented for `chat_message_histories`...
I got the same issue! I believe it's because the deployment names are hardcoded in `main.bicep` ``` param gptDeploymentName string = 'davinci' param gptModelName string = 'text-davinci-003' param chatGptDeploymentName string...
> @raffertyuy I'm executing start.ps1 and I have mime errors. Do you fix it?  Hey sorry for the late response. I don't see these errors though, so not sure...
Thanks @mzhukovs @llowevad and @quidba7 for helping! I honestly stopped trying as I moved to the newer https://github.com/microsoft/sample-app-aoai-chatGPT. Feel free to close this issue if you feel it's no longer...
Hi @koistya , I tried with 2 core and 4 core but didn't work. Now I tried deleting the entire repo and [regenerated](https://github.com/kriasoft/react-starter-kit/generate) from scratch. Here are the errors I'm...
Hi @koistya , sorry for the late reply. `yarn node ./scripts/start.js` and `node ./scripts/start.js` runs  but both result to 
**It appears that the issue is only for repos created through the [_Template_](https://github.com/kriasoft/react-starter-kit/generate).** The following worked 1. Running codespaces straight from https://github.com/kriasoft/react-starter-kit will work. 2. Cloning https://github.com/kriasoft/react-starter-kit and copy files...
Thanks @phoevos ! I tried in https://github.com/raffertyuy/fork-contoso-chat and it didn't work for me. Attached is the creation log. I believe the culprit are these lines. It still doesn't explain why...
Hey thanks for replying quickly. I don't know why I didn't see that `requirements.txt` file at the root folder. I just tried now and it works! I still find it...
Workaround: 1. Create a temporary Azure OpenAI resource in the same RG and use that. 2. Change the App Service environment variables to point to the existing Azure OpenAI service...