You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to modify the MODEL_ENDPOINT in the Chatbot recipe's playbook.yml to point to an externally deployed model, I was unable to get the new endpoint to be used.
I expected to simply save the endpoint change in VSCode and refresh the recipe deployment and interact with the new endpoint.
I traced this issue down to hard coded values in the commonMakefile.common file:
When attempting to modify the MODEL_ENDPOINT in the Chatbot recipe's playbook.yml to point to an externally deployed model, I was unable to get the new endpoint to be used.
I expected to simply save the endpoint change in VSCode and refresh the recipe deployment and interact with the new endpoint.
I traced this issue down to hard coded values in the
commonMakefile.common
file:https://github.com/containers/ai-lab-recipes/blob/main/recipes/common/Makefile.common#L190
The text was updated successfully, but these errors were encountered: