We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need an elegant way to disambiguate json payload for few-shot prompts versus prompt variables.
Removes the need for this manual json mangling: https://github.com/akshaya-a/mindctrl/blob/main/mlflow-addon/rootfs/usr/bin/multiserver/main.py#L132C1-L132C1
Also the MLflow UI uses {{ }} so there's some bug to be fixed (probably to switch to {{}} everywhere)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need an elegant way to disambiguate json payload for few-shot prompts versus prompt variables.
Removes the need for this manual json mangling: https://github.com/akshaya-a/mindctrl/blob/main/mlflow-addon/rootfs/usr/bin/multiserver/main.py#L132C1-L132C1
Also the MLflow UI uses {{ }} so there's some bug to be fixed (probably to switch to {{}} everywhere)
The text was updated successfully, but these errors were encountered: