togethercomputer / together-python

The Official Python Client for Together's API
https://pypi.org/project/together/
Apache License 2.0
21 stars 4 forks source link

Add required parameter max_tokens to completions example #110

Closed sepiatone closed 3 months ago

sepiatone commented 3 months ago

I have read the contributing guidelines. Formatting and linting and unit testing checks have been done.

Issue #: None

Describe your changes

The Completions endpoint requires the max_tokens parameter. This has been added to the example Completions request in README.md