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

Rename the system parameter to system_prompt for clarity #865

Open
5 tasks
dpoulopoulos opened this issue Feb 14, 2025 · 0 comments
Open
5 tasks

Rename the system parameter to system_prompt for clarity #865

dpoulopoulos opened this issue Feb 14, 2025 · 0 comments
Labels
backend good first issue Good for newcomers

Comments

@dpoulopoulos
Copy link
Contributor

The system parameter we use in-place of system_prompt when making inference requests (see here) is ambiguous and could be confused with other system-related functionalities. To improve clarity and maintain consistency, we should rename it to system_prompt.

Tasks:

  • Identify all occurrences of system used as a parameter.
  • Refactor system to system_prompt across the codebase.
  • Consider providing a deprecation warning if this is a breaking change.
  • Update related documentation, comments, and examples.
  • Ensure all tests pass after the refactor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant