playground / hackaprompt

Commit History

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
Running
verified

JerMa88 commited on

import error fixed
bc8dc93
verified

JerMa88 commited on

CSS update with syntax fixed from previous copy error
299c501
verified

JerMa88 commited on

light mode css style
15920f9
verified

JerMa88 commited on

[FT] System Log to the bottom of the Arena tab. It captures real-time data from your hacking attempts—including timestamps, the full system-formatted prompt, the LLM's raw response, and the final breach status.
cbc199b
verified

JerMa88 commited on

CSS Font Integration
d73f195
verified

JerMa88 commited on

[debug] if not databse -> if database is None
d1daaf8
verified

JerMa88 commited on

[FT] added back leaderboard tab, admin tab, and each level description
899a1e7
verified

JerMa88 commited on

[debug] level progression expected response and result evaluation
2a9701a
verified

JerMa88 commited on

[FT] Add section Expected Response right next to AI's Response and Progress Bar
ce30f03
verified

JerMa88 commited on

[FT] removes the manual level selector to enforce a linear progression, adds a dual-view (Code/Text) for the system context, and includes the descriptive narrative for each challenge
48fbafb
verified

JerMa88 commited on

integrates [FT] Hugging Face OAuth for persistence, MongoDB for data storage, a Level Progression system (0–10), a hidden Admin Dashboard for JerMa88, and a public Leaderboard/Hall of Fame.
e438862
verified

JerMa88 commited on

[FT] Added Prompt Template section, a leaderboard and an Admin Dashboard
e23982d
verified

JerMa88 commited on

openai.AuthenticationError instead of openai.error.AuthenticationError since openai.error is deprecated
f20a728
verified

JerMa88 commited on

Rewrote the program as I do not need other 2 completors anyway... Trash OpenAI Migrate function...
2b50232
verified

JerMa88 commited on

Delete one of the 2 api_key args: kwarg repeated api_key
4207872
verified

JerMa88 commited on

Ran openai migrate
cbd87b7
verified

JerMa88 commited on

Fixed error because of a mismatch between the number of inputs defined in your btn.click function and the arguments expected by the check_attempt function
9c3e671
verified

JerMa88 commited on

HF OAuth for Level Progression and User Persistence
a29c1be
verified

JerMa88 commited on

Edit UI for Event
6bdbd90
verified

JerMa88 commited on

Update hackaprompt/gradio_app.py
58e6539
verified

JerMa88 commited on

Update hackaprompt/gradio_app.py
a80713a
verified

Trigaten commited on

feat: double concurrency_count
8d9e918

Trigaten commited on

Merge pull request #51 from jerpint/add-submission-form
aa328fd
unverified

Trigaten commited on

Update gradio_app.py
34e8aa8
unverified

Trigaten commited on

fix: infrequent None add error
e7446f0

Trigaten commited on

better syntax
bbc448c

jerpint commited on

add default model
d7a3242

jerpint commited on

lint
dcd0dc2

jerpint commited on

remove tab; change way UI interacts and saves state
207befa

jerpint commited on

Merge branch 'main' into add-submission-form
3c3342b

jerpint commited on

feat: not flan note
f418f1f

Trigaten commited on

feat: download note
bac8bf1

Trigaten commited on

feat: 10 hasn't been solved note
9c7a546

Trigaten commited on

fix off-by-one bug
be15ceb

jerpint commited on

make interactive; keep state
490de03

jerpint commited on

update instructions
5e8cc24

jerpint commited on

WIP: add submission form
456a8a4

jerpint commited on

Update backend (#49)
9bc8547
unverified

jerpint commited on

feat: submission and emoji notes
4aa81ef

Trigaten commited on

fix: make password style
487e2f9

Trigaten commited on

fix: dont show second prompt on level 0
1bf0e20

Trigaten commited on

Merge branch 'main' of https://github.com/jerpint/hackaprompt into main
e388d13

Trigaten commited on

fix: slashes too late
2accd8d

Trigaten commited on

feat: cache prompts to speed up frontend
ed614a3

jerpint commited on

fix: remove old attempts
26cc5d4

Trigaten commited on

feat: improve message
f67bc08

Trigaten commited on

fix: instructions
066a8b3

Trigaten commited on

fix: title typo
367651d

Trigaten commited on

feat: show exact emojis allowed
3a9f81e

Trigaten commited on