Skip to content
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

Add logprobs support with OpenAI API chat completions #3423

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jun 27, 2024

  1. Update openai_api_server.py

    Allows logprobs for chat completions
    BastienLeGuellec committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    45cf5cc View commit details
    Browse the repository at this point in the history
  2. Update openai_api_protocol.py

    Allows logprobs for chat completions
    BastienLeGuellec committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9af2869 View commit details
    Browse the repository at this point in the history
  3. Update openai_api.md

    Explain how to display logprobs
    BastienLeGuellec committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8672f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d390846 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    089857a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b67648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2073c View commit details
    Browse the repository at this point in the history
  4. fix: file formatting

    Ralayax committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3006667 View commit details
    Browse the repository at this point in the history