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
But the modelConfig object is always undefined, I think because it's not included in the schema.
Additional context
I have a fix for this and could create a pull request: TbLtzk@6216ff9
I renamed max_response_length to maxOutputTokens to be consistent with the modelSettings. Further, I don't think that modelConfig is the ideal name for the object, but this is induced by the existing code base (see permalink above). I did not change that, for now.
The text was updated successfully, but these errors were encountered:
Hello @TbLtzk! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
Describe the bug
It is currently not possible to override model configuration parameters via the character file.
To Reproduce
Create a character.json file with the following
modelConfig
objectExpected behavior
The existing code base suggests that an override should be possible: https://github.com/TbLtzk/eliza/blob/bfe4fddffe95ba9f494a8203f7731504c05fe71f/packages/core/src/generation.ts#L373
But the
modelConfig
object is always undefined, I think because it's not included in the schema.Additional context
I have a fix for this and could create a pull request: TbLtzk@6216ff9
I renamed
max_response_length
tomaxOutputTokens
to be consistent with the modelSettings. Further, I don't think thatmodelConfig
is the ideal name for the object, but this is induced by the existing code base (see permalink above). I did not change that, for now.The text was updated successfully, but these errors were encountered: