[GH-ISSUE #4998] [BUG]: o3-mini returning empty chats #3141

Closed
opened 2026-02-22 18:32:47 -05:00 by yindo · 3 comments
Owner

Originally created by @timothycarambat on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4998

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Image

this issue may also exist in Docker - needs confirmation in both

Are there known steps to reproduce?

Using OpenAI connector use the o3-mini model and send a basic chat

Originally created by @timothycarambat on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4998 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? <img width="1722" height="324" alt="Image" src="https://github.com/user-attachments/assets/dc6900a0-0861-48f0-8cf3-772400cc3dd9" /> _this issue may also exist in Docker - needs confirmation in both_ ### Are there known steps to reproduce? Using OpenAI connector use the `o3-mini` model and send a basic chat
yindo added the possible bugneeds info / can't replicateinvestigating labels 2026-02-22 18:32:47 -05:00
yindo closed this issue 2026-02-22 18:32:47 -05:00
Author
Owner

@denishotii commented on GitHub (Feb 13, 2026):

I might just add some extra information, it is not happening only in Desktop, also it happened to our self hosted AnythingLLM on cloud.

@denishotii commented on GitHub (Feb 13, 2026): I might just add some extra information, it is not happening only in Desktop, also it happened to our self hosted AnythingLLM on cloud.
Author
Owner

@timothycarambat commented on GitHub (Feb 13, 2026):

@denishotii Are you on a specific version? On our latest branch I cannot replicate this using OpenAI + o3-mini.
However this is a totally blank workspace - not sure if that matters yet

Confirming I cannot replicate on desktop right now on our latest version, however I have not tested on the public 1.10.0 release

Edit:
Just tested with

export STORAGE_LOCATION=$HOME/anythingllm && \
mkdir -p $STORAGE_LOCATION && \
touch "$STORAGE_LOCATION/.env" && \
docker run -d -p 3001:3001 \
--cap-add SYS_ADMIN \
-v ${STORAGE_LOCATION}:/app/server/storage \
-v ${STORAGE_LOCATION}/.env:/app/server/.env \
-e STORAGE_DIR="/app/server/storage" \
mintplexlabs/anythingllm:1.10.0

with o3-mini and get chats back as well and longer streaming chats as well without issue

Addtionally not seeing this in public desktop either?

@timothycarambat commented on GitHub (Feb 13, 2026): @denishotii Are you on a specific version? On our latest branch I cannot replicate this using OpenAI + o3-mini. However this is a totally blank workspace - not sure if that matters yet Confirming I cannot replicate on desktop right now on our latest version, however I have not tested on the public 1.10.0 release Edit: Just tested with ```bash export STORAGE_LOCATION=$HOME/anythingllm && \ mkdir -p $STORAGE_LOCATION && \ touch "$STORAGE_LOCATION/.env" && \ docker run -d -p 3001:3001 \ --cap-add SYS_ADMIN \ -v ${STORAGE_LOCATION}:/app/server/storage \ -v ${STORAGE_LOCATION}/.env:/app/server/.env \ -e STORAGE_DIR="/app/server/storage" \ mintplexlabs/anythingllm:1.10.0 ``` with o3-mini and get chats back as well and longer streaming chats as well without issue Addtionally not seeing this in public desktop either?
Author
Owner

@timothycarambat commented on GitHub (Feb 13, 2026):

Will wait for a consistent repro to reopen, but right now not able to replicate

@timothycarambat commented on GitHub (Feb 13, 2026): Will wait for a consistent repro to reopen, but right now not able to replicate
yindo changed title from [BUG]: o3-mini returning empty chats to [GH-ISSUE #4998] [BUG]: o3-mini returning empty chats 2026-06-05 14:50:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3141