ericthomas1
ericthomas1
After trying various patterns for the `AZURE_API_BASE` value, I'm now receiving these errors when Creating a New Article: Environment variable: `AZURE_API_BASE=""` ``` root : WARNING : No valid OpenAI API...
@Yucheng-Jiang , thank you for the guidance. I can see the environment variable, but error persists. **Debug logging**: ``` import os import logging script_dir = os.path.dirname(os.path.abspath(__file__)) wiki_root_dir = os.path.dirname(os.path.dirname(script_dir)) import...
@Yucheng-Jiang , Upon investigating this further, `storm/knowledge_storm/storm_wiki/engine.py` will not work with `azure`, correct? Seems the error `No valid OpenAI API provider is provided. Cannot use default LLM configurations.` originates at...
News on this one?
Hm...we've been framing Workspaces as a flexible way to segment a Team's instance by doc type / role / position / tenure / individual, etc. If a team has 10...
I know its possible to control Workspace visibility using AnythingLLM's built in auth, but this isn't something thats allowed in our org (non-centralized UAC/mgmt.). We're waiting for AAD/EntraID implementation. Maybe...