Thanks for this tutorial my good David !!! You are génial !!! 🤩🤩🤩🤩🤩🤩
@samdrey6555 Жыл бұрын
y a pas non plus .env.local.user par défaut 😭😭
@peterphilips6601 Жыл бұрын
Pretty slick. Can't wait to try this out.
@Spk77119 ай бұрын
Getting this error : Failed to Execute lifecycle deploy due to failed action: script. ScriptExecutionError:Script ('yarn install')
@davrous9 ай бұрын
Do you have Yarn installed on your machine?
@jogindersingh428111 ай бұрын
Hi, I have a question regarding creation of open ai account, as you mentioned that open ai account needs to be created so that open ai api's can be called. Does that mean the data is being sent outside boundaries of organization?
@davrous9 ай бұрын
Indeed, when you're using the OpenAI key, some of the data is sent to their LLM for processing. But you can use Azure OpenAI instead if you'd like to use a service with different levels of compliance & privacy.
@powerplatformvietnam Жыл бұрын
Hi microsoft, my code issue " [onTurnError] unhandled error: Error: An AI request failed because it was rate limited ". how to fix this :( . tks
@davrous9 ай бұрын
Hi! It means that you've been using too much your OpenAI / Azure OpenAI key. You rather need to extend the limit or pay more attention to the number of tokens sent ;)
@just_jouni11 ай бұрын
" [onTurnError] unhandled error: Error: An AI http request failed" Trying to run for first time, but no idea why this happens
@davrous9 ай бұрын
Hi! Have you injected your OpenAI or Azure OpenAI key in the .env file?
@MridulBanikcse10 ай бұрын
how to host this team bot?
@davrous9 ай бұрын
It's still a "regular" bot under the hood so the hosting options are the same. You can deploy it to Azure or test it locally using the Teams Toolkit using the DevTunnels.