wordle-solver / .env.example
santit96's picture
Update model load to download it from huggingface repo if doesnt exists. Also update readme
3bc694c
raw
history blame contribute delete
321 Bytes
FLASK_DEBUG = 'true'
HF_MODEL_REPO_NAME = "org/repo_name"
RS_FIREBASE_CREDENTIALS_PATH = 'firebase-credentials.json'
RS_WORDLE_USER = 'myuser@rootstrap.com'
RS_WORDLE_URL = 'http://localhost:3000'
RS_WORDLE_MODEL_NAME = 'the_best_ai_model_saved.pth'
RS_WORDLE_PASSWORD = 'myemailpassword'
SECRET_KEY = 'asecretkey4flask'