8000 Stream last block not return token usage info when create_chat_completion_openai_v1 or create_chat_completion but server does · Issue #1984 · abetlen/llama-cpp-python · GitHub
[go: up one dir, main page]

Skip to content
Stream last block not return token usage info when create_chat_completion_openai_v1 or create_chat_completion but server does #1984
Open
@hh23485

Description

@hh23485

Prerequisites

Stream last block not return token usage info when create_chat_completion_openai_v1 or create_chat_completion but server does.

Python api is better for me, but no token usage returned, is this by disign?

  • I am running the latest code. Development is very rapid so there are no tagged versions as of now.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new bug or useful enhancement to share.

Expected Behavior

Called with

response = llm.create_chat_completion_openai_v1(
        messages=[
            {
                "role": "system",
                "content": "请生成该指令的场景标签和功能标签,并以JSON列表的格式回复。",
            },
            {"role": "user", "content": """<some content>"""},
        ],
        temperature=0,
        max_tokens=192,
        stream=True,
    )

Current Behavior

Image

Failure Information (for bugs)

Set stream_options={"include_usage": True}, seems not work, any other ways?

Steps to Reproduce

Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.

  1. load any model
  2. call with create_chat_completion_openai_v1 or create_chat_completion and enable stream mode
  3. check chunk response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0