Add GROK Model Provider Key Support in getTokenForProvider
Function
#295
Labels
enhancement
New feature or request
getTokenForProvider
Function
#295
Is your feature request related to a problem? Please describe.
Currently, the
getTokenForProvider
function does not handle theGROK
model provider, which leads to issues when attempting to use this provider without an initialized key.Describe the solution you'd like
Add support for the
GROK
model provider in thegetTokenForProvider
function by including a case in the switch statement that checks for aGROK_API_KEY
.The text was updated successfully, but these errors were encountered: