Pikachú

Results 19 comments of Pikachú

Hello, you can [download the VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.prompty)

The dependancies have now been updated.

Let me check and update. But ideally, we are to use CosmosDB as our Vector database to store the embeddings.

Hello, we are working on an update on the quiz app, will update this repo once the application is added in.

Hello, Here is an example of the implementation of Azure AI Search, -> [create_website_copy_request](https://github.com/microsoft/aitour-concept-to-creation-ai-studio/blob/main/src/web_designer_app/create_website_copy_request.py)

Hi @ChrisYin currently you can ues Deepseek as part of the Azure AI model catalog. You can try that as a start.

This are either your Azure OpenAI or OpenAI details. For Azure OpenAI, you can add as follows: { "name": "default", "type": "azure_openai", "api_version": "", "azure_endpoint": "", "azure_deployment": "", "api_key": ""...

for OpenAI, you just need your api_key & organization. You can add as follows: { "name": "default", "type": "openai", "api_key": "", "organization": "", }, You can get this by going...

Just tried it out, I'm getting an errorr 400 with the following message: > The response was filtered due to the prompt triggering Azure OpenAI's content management policy. Please modify...