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: mistralai/client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ikarth/client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 1, 2024

  1. Fix docstring for stop parameter in completion method

    Corrected the representation of newline characters in the `stop` parameter example of the `completion` method docstring.
    
    - Updated the example from `'/n/n'` to `'\n\n'` to accurately represent double newlines.
    - This change ensures clarity and correctness, making it clear for users how to specify newline characters as stop tokens.
    - The correct representation of newlines is crucial for the proper functioning of text generation tasks.
    CharlesCNorton authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6649867 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #1 from CharlesCNorton/patch-1

    Fix docstring for stop parameter in completion method
    ikarth authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dc2c63a View commit details
    Browse the repository at this point in the history
Loading