added german and russian translations for bot msgs

This commit is contained in:
AlexHTW
2023-04-12 00:49:55 +02:00
parent c6932c8a12
commit 0130faaf27
3 changed files with 178 additions and 53 deletions

View File

@@ -72,6 +72,7 @@ def main():
'token_price': float(os.environ.get('TOKEN_PRICE', 0.002)),
'image_prices': [float(i) for i in os.environ.get('IMAGE_PRICES',"0.016,0.018,0.02").split(",")],
'transcription_price': float(os.environ.get('TOKEN_PRICE', 0.006)),
'languague': os.environ.get('LANGUAGUE', 'en')
}
# Setup and run ChatGPT and Telegram bot