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

Configure max_tokens for LLM output #51

Open
ajcwebdev opened this issue Dec 4, 2024 · 0 comments
Open

Configure max_tokens for LLM output #51

ajcwebdev opened this issue Dec 4, 2024 · 0 comments
Labels
easy difficulty Small and limited scope to implement feature or fix bug

Comments

@ajcwebdev
Copy link
Owner

ajcwebdev commented Dec 4, 2024

Most of the LLM service endpoints provide an option for specifying a maximum number of output tokens. This makes the output more predictable and can help manage costs when generating lots of show notes.

OpenAI used to call this max_tokens but that has been deprecated and replaced with max_completion_tokens. Will need to research how this is specified for all the other LLM services.

Example command:

npm run as -- \
  --video "https://www.youtube.com/watch?v=MORMZXEaONk" \
  --chatgpt \
  --maxTokens 1000
@ajcwebdev ajcwebdev added the easy difficulty Small and limited scope to implement feature or fix bug label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy difficulty Small and limited scope to implement feature or fix bug
Projects
None yet
Development

No branches or pull requests

1 participant