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
Traceback (most recent call last):
File "/app/bot/main.py", line 117, in <module>
main()
File "/app/bot/main.py", line 41, in main
'max_tokens': int(os.environ.get('MAX_TOKENS', max_tokens_default)),
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
When env var
MAX_TOKENS
not setThe text was updated successfully, but these errors were encountered: