microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
868 stars 372 forks source link

Could not load component list: Error certificate has expired *** Could not merge components *** #9731

Closed Dev1289 closed 6 months ago

Dev1289 commented 6 months ago

Could not load component list: Error certificate has expired Could not merge components

image

### Tasks
Dev1289 commented 6 months ago

I tried with nightly build from : https://github.com/microsoft/BotFramework-Composer-Nightlies/releases image

but new issue arised

Command failed: dotnet add prompt_bot.csproj package "AzureAI.Community.OpenAI.Bot.Builder.Prompt" --version="1.0.8--beta.2" --source="https://api.nuget.org/v3/index.json"

image

Dev1289 commented 6 months ago

1: edit .csproj file

edit csproj file

2: replace netcoreapp3.1 with net7.0 edit csproj file2 3: install packages: on bot project location like: in my case .. C:\Users\Vasudev\Desktop\LLM\Azure Bot Framework\BOTs\Empty_Bot\Empty_Bot>dotnet add Empty_Bot.csproj package "AzureAI.Community.OpenAI.Bot.Builder.Prompt" --version="1.0.7" --source="https://api.nuget.org/v3/index.json"

image image

finally installed...AzureAI.Community.OpenAI.Bot.Builder packages..

image

Dev1289 commented 6 months ago

installation of AzureAI.Community.OpenAI.Bot.Builder packages done image

Dev1289 commented 6 months ago

at last AzureAICommunity.OpenAI.BotComposer was deprecated. ref: https://www.nuget.org/packages?q=openai.botcomposer

image