ericthomas1

Results 26 comments of ericthomas1

Still waiting for a fix! The issue of incorrect references still exists. Would be nice to know how to address, whether its with some sort of indexing or a Cognitive...

Thanks @simara, Had to change this in `main.bicep`: ``` param gptDeploymentName string = 'davinci' param gptModelName string = 'text-davinci-003' param chatGptDeploymentName string = '' param chatGptModelName string = 'gpt-35-turbo' ```...

@tuofeilunhifi , how did you get this far? When I run the command `docker run -p 8888:8888 --env-file config.ini lowcode:latest`, I receive an error: ``` Unable to find image 'lowcode:latest'...

@tuofeilunhifi , thank you. I missed the `docker build` command in the docs. I was able to generate something like a flowchart. I clicked the `Submit` button and had to...

Thank you for addressing this little things! I didn't see the o* model rendering issue in the UI/UX Improvements. For some reason whenever selecting an `o*` model, the output markdown...

For `o*` models, when I click the pencil icon, the text has no triple backticks anywhere. The code blocks are not rendered correctly. **As rendered**: ![Image](https://github.com/user-attachments/assets/2705ffb0-b1cd-419b-ae77-7e43e7e7bb38) **Clicking the pencil icon:**...

What is the status of this bug? Can we use Azure Blob Storage + LanceDB?

I'm unable to use AzureOpenAI + Bing Search as well. Spent a lot of time trying to customize `front-end/demo_light` to no avail. Latest error message: ``` (.venv) PS C:\Users\redacto\Documents\projects\storm\frontend\demo_light> streamlit...

Yes, I have the `secrets.toml` placed in the correct directory as shown below. What is the correct URL pattern for Azure OpenAI (the `AZURE_API_BASE` environment variable)? ``` # Set up...