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 I use my finetuning model i get this error Failed to calculate number of tokens, falling back to approximate count Error: Unknown model
i took a look in the code and the getEncodingNameForModel function expect the exact model's name, but if we use a simple contains it will solve the problem since the openAI models use the base model's name in the finetuned models
When I use my finetuning model i get this error
Failed to calculate number of tokens, falling back to approximate count Error: Unknown model
i took a look in the code and the
getEncodingNameForModel
function expect the exact model's name, but if we use a simplecontains
it will solve the problem since the openAI models use the base model's name in the finetuned modelscan I implement this fix?
e.g
The text was updated successfully, but these errors were encountered: