mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-20 14:14:52 +01:00
Remove Unnecessary F-strings
This commit is contained in:
@@ -64,7 +64,7 @@ def main():
|
||||
|
||||
if openai_config['enable_functions'] and not functions_available:
|
||||
logging.error(f'ENABLE_FUNCTIONS is set to true, but the model {model} does not support it. '
|
||||
f'Please set ENABLE_FUNCTIONS to false or use a model that supports it.')
|
||||
'Please set ENABLE_FUNCTIONS to false or use a model that supports it.')
|
||||
exit(1)
|
||||
if os.environ.get('MONTHLY_USER_BUDGETS') is not None:
|
||||
logging.warning('The environment variable MONTHLY_USER_BUDGETS is deprecated. '
|
||||
|
||||
Reference in New Issue
Block a user