Skip to content

Misc. bug: missing messages in JSON export via llama-server web UI #13552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bughunter2 opened this issue May 14, 2025 · 0 comments
Open

Misc. bug: missing messages in JSON export via llama-server web UI #13552

bughunter2 opened this issue May 14, 2025 · 0 comments

Comments

@bughunter2
Copy link

bughunter2 commented May 14, 2025

Name and Version

$ ./llama-cli --version
version: 5359 (de4c07f)
built with cc (Debian 12.2.0-14) 12.2.0 for x86_64-linux-gnu

Operating systems

Linux

Which llama.cpp modules do you know to be affected?

llama-server

Command line

llama-server --threads 10 --model ./Ministral-8B.gguf

Problem description & steps to reproduce

When I use the web UI to download a conversation, a JSON file is downloaded, but I only seem to get the conversation's metadata, while the messages are not included.

{
  "id": "conv-1747263476494",
  "lastModified": 1747263485918,
  "currNode": 1747263476577,
  "name": "test"
}

First Bad Commit

Not sure. I remember this worked fine with a fresh build from a month ago or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant