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
The bot is responding twice, one with the correct model (small) and another with an unselected model (large) despite setting it the character file as such from #845, reverting the hardcoded value from #853 (Kevin-Mok@466782c) and setting [SMALL|MEDIUM|LARGE]_OPENAI_MODEL=gpt-4o-mini in .env.
Describe the bug
The bot is responding twice, one with the correct model (small) and another with an unselected model (large) despite setting it the character file as such from #845, reverting the hardcoded value from #853 (Kevin-Mok@466782c) and setting
[SMALL|MEDIUM|LARGE]_OPENAI_MODEL=gpt-4o-mini
in.env
.To Reproduce
.env
like so.pnpm start --character="path/to/character.json"
Expected behavior
Only the small model should be used.
Logs
Pre-Large Usage
Large Model Usage (cont. from above)
The text was updated successfully, but these errors were encountered: