Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:

Duplicated from  hackaprompt/playground

JerMa88
/
playground
Running

App Files Files Community
1
Fetching metadata from the HF Docker repository...
playground / hackaprompt
44.5 kB
  • 4 contributors
History: 120 commits
JerMa88's picture
JerMa88
There is a persistence issue where I would pass the level, and the database only saves the current level index in the prompts array and delete every response prior. Change the db saving strategy so that the database, while retaining the same schema and data structure, would save every historic response on every index of their answers. handle it robustly, so it is the case regardless of the user login, device status.
087dfed verified 14 days ago
  • README.md
    52 Bytes
    Update README.md almost 3 years ago
  • completers.py
    2.35 kB
    Rewrote the program as I do not need other 2 completors anyway... Trash OpenAI Migrate function... 17 days ago
  • evaluator.py
    23.6 kB
    openai.AuthenticationError instead of openai.error.AuthenticationError since openai.error is deprecated 17 days ago
  • gradio_app.py
    12.2 kB
    There is a persistence issue where I would pass the level, and the database only saves the current level index in the prompts array and delete every response prior. Change the db saving strategy so that the database, while retaining the same schema and data structure, would save every historic response on every index of their answers. handle it robustly, so it is the case regardless of the user login, device status. 14 days ago
  • score_submission.py
    3.51 kB
    fix: infrequent None add error almost 3 years ago
  • utils.py
    2.74 kB
    feat: show exact emojis allowed almost 3 years ago