Reproduction steps:
1) Connect the Qodo/Qodo-Embed-1-1.5B vectorization model via OpenAI
2) Create an “FSD DB” Knowledge Base with the Qodo/Qodo-Embed-1-1.5B embedding model
3) Download the knowledge base file. You need to get the file here - https://feature-sliced.github.io/documentation/ru/llms-full.txt
4) Create a new chat (use the Qwen/Qwen3-Coder-30B-A3B-Instruct model
), enable the “FSD DB” knowledge base and send the “Tell us about FSD using the FSD database knowledge base” promt
The actual result is:
The connection to the OpenAI API failed. This is usually due to misconfiguration or problems with your OpenAI API account. Please check your settings and check the status of your OpenAI API account, or purchase a Chatbox AI License to instantly unlock all advanced models without any configuration.
API Error: Error from OpenAI: AI_ToolExecutionError: Error executing tool query_knowledge_base: Error invoking remote method 'kb:search': AI_RetryError: Failed after 3 attempts. Last error: Cannot connect to API: unable to verify the first certificate
Expected result: The Qwen/Qwen3-Coder-30B-A3B-Instruct model has successfully received information from the FSD database knowledge base
Playback environment:
MacBook Pro
16-inch, 2021
Apple M1 Pro
macOS 15.6.1 (24G90)
Chatbox Desktop 1.15.4 (1.15.4)
·