Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abetlen/llama-cpp-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aniljava/llama-cpp-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 14, 2024

  1. Fix low_level_api_chat_cpp to match current API

    Anil Pathak committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8c83804 View commit details
    Browse the repository at this point in the history
  2. Fix low_level_api_chat_cpp to match current API

    Anil Pathak committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6775080 View commit details
    Browse the repository at this point in the history
  3. Using None instead of empty string to so that default prompt template…

    … can be used if no prompt provided
    Anil Pathak committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    139257b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Support Accept text/event-stream in chat and completion endpoints, re…

    …solves #1083
    Anil Pathak committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e200577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d0a079 View commit details
    Browse the repository at this point in the history
Loading