Copilot working on other system and not on other, help needed. #973
jullimullins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Obsidian copilot running with same vault in two computers. In other one everyting is running fine but on other w11 system I just can't get Copilot working. I have the exact same problems with TextGenerator...
These I have tried so far
These are the error what I getting when I turn Copilot on.
Failed to initialize vector store: CustomError: API key is not provided for the embedding model: copilot-plus-small|copilot-plus
at EmbeddingManager.getEmbeddingsAPI (plugin:copilot:129995:13)
at VectorStoreManager.initialize (plugin:copilot:161870:64)
at new VectorStoreManager (plugin:copilot:161844:39)
at CopilotPlugin.onload (plugin:copilot:163028:31)
plugin:copilot:151189 Error: Azure OpenAI API deployment name not found
at new ChatOpenAI (plugin:copilot:128562:15)
at ChatModelManager.setChatModel (plugin:copilot:151184:32)
at _ChainManager.createChainWithNewModel (plugin:copilot:151653:29)
at new _ChainManager (plugin:copilot:151605:10)
at CopilotPlugin.onload (plugin:copilot:163031:25)
plugin:copilot:151166 Uncaught (in promise) Error: No valid chat model available. Please check your API key settings.
at ChatModelManager.getChatModel (plugin:copilot:151166:13)
at _ChainManager.setChain (plugin:copilot:151662:72)
at _ChainManager.createChainWithNewModel (plugin:copilot:151654:12)
at new _ChainManager (plugin:copilot:151605:10)
at CopilotPlugin.onload (plugin:copilot:163031:25)
Beta Was this translation helpful? Give feedback.
All reactions