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
Currently meta-llama/llama-3-70b-instruct is used as the default model in the utils.py CustomWatsonX class. When this model is deprecated, this will break everyone's code.
This needs to be fixed in a cleaner way:
Can the mode-id parameter become a required parameter in the queryllm body?
Can the CustomWatsonX class be removed?
The text was updated successfully, but these errors were encountered:
Currently
meta-llama/llama-3-70b-instruct
is used as the default model in the utils.pyCustomWatsonX
class. When this model is deprecated, this will break everyone's code.This needs to be fixed in a cleaner way:
The text was updated successfully, but these errors were encountered: