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

Make prompt parameter field more flexible #393

Closed
ohltyler opened this issue Sep 19, 2024 · 1 comment
Closed

Make prompt parameter field more flexible #393

ohltyler opened this issue Sep 19, 2024 · 1 comment
Labels

Comments

@ohltyler
Copy link
Member

Currently, the default prompt configuration in the model config is called prompt. But, depending on the connector details and/or model interfaces, the field could be called something other than prompt, or in some different format than just string. To support these other use cases easier, we should make the hardcoded logic more generic, but still having sufficient presets available.

@ohltyler
Copy link
Member Author

ohltyler commented Oct 3, 2024

Marking as complete for now, abstracted into a constant via #403. Remaining flexibility work will all be dependent on the preset connectors and having a standard pattern, which we do not have for now. When that is standardized, we can revisit if this needs to be updated or more flexible to handle different ways prompts/inputs to LLMs are handled.

@ohltyler ohltyler closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant