AWS Ubuntu起動時の wslregisterdistribution failed with error: 0x800701bc の対処方法 Docker環境構築のため、Ubuntuインストール後、起動する際にwslregisterdistribution failed with error: 0x800701bc が発生しました。 対処方法は、 にアクセスし、x64 マシン用 ... 2024.03.09 AWSAzure
Azure GPT-4×StreamlitアプリをAzure App Serviceにデプロイ OpenAIのAPIを利用したStreamlitのチャットアプリをAzure App Serviceにデプロイしてみます。 Webアプリの作成、アプリケーション設定、デプロイの設定を行う手順を記載し、最後に実際にデプロイを行って動作確認しま... 2024.02.12 AzureGenerative AIPythonStreamlit
Azure 【Azure OpenAI Service】APIでエラー The completion operation does not work with the specified model, gpt-35-turbo AOAIでThe completion operation does not work with the specified model, gpt-35-turboというエラーが発生した場合の対処法 2023.08.22 AzureGenerative AI
Azure 【Azure OpenAI Service】LangChainのRetrievalQAでエラー openai.error.InvalidRequestError Azure OpenAI Serviceのgpt-3.5-turboとLangChainのRetrievalQAを使ってチャットBOTを作成しようとしたところ、以下のエラーが発生しました。 openai.error.InvalidReque... 2023.08.22 AzureGenerative AILangChain