You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[morphic] | POST /search/RQICa1cSdMVsAZYT 500 in 183ms
⨯ app/actions.tsx (80:11) @ $$ACTION_0
⨯ Error: Provider ollama is not available (API key not configured or base URL not set)
at $$ACTION_0 (./app/actions.tsx:80:11)
at (/app/.next/server/chunks/ssr/9869f8..js:6867:185)
digest: "1686528464"
78 | // Check if provider is enabled
79 | if (!isProviderEnabled(providerId)) {
80 | throw new Error(
| ^
81 | Provider ${providerId} is not available (API key not configured or base URL not set)
82 | )
83 | }
The computer cannot directly access the external network, and uses a proxy to access. I bought the Azure OpenAI key, so how can I configure this information to take effect?
_AZURE_OPENAI_API_KEY=
_AZURE_OPENAI_API_INSTANCE_NAME=
_AZURE_OPENAI_API_DEPLOYMENT_NAME=
_AZURE_OPENAI_API_VERSION=
_AZURE_OPENAI_API_BASE_PATH=
The text was updated successfully, but these errors were encountered:
[morphic] | POST /search/RQICa1cSdMVsAZYT 500 in 183ms
⨯ app/actions.tsx (80:11) @ $$ACTION_0
⨯ Error: Provider ollama is not available (API key not configured or base URL not set)
at $$ACTION_0 (./app/actions.tsx:80:11)
at (/app/.next/server/chunks/ssr/9869f8..js:6867:185)
digest: "1686528464"
78 | // Check if provider is enabled
79 | if (!isProviderEnabled(providerId)) {
The computer cannot directly access the external network, and uses a proxy to access. I bought the Azure OpenAI key, so how can I configure this information to take effect?
_AZURE_OPENAI_API_KEY=
_AZURE_OPENAI_API_INSTANCE_NAME=
_AZURE_OPENAI_API_DEPLOYMENT_NAME=
_AZURE_OPENAI_API_VERSION=
_AZURE_OPENAI_API_BASE_PATH=
The text was updated successfully, but these errors were encountered: