Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def update_direct_steering_options(prompt_type):
|
|
37 |
options = {
|
38 |
"None": [],
|
39 |
"Impersonation (direct steering)": ["Option 1", "Option 2", "Option 3"],
|
40 |
-
"Most similar RAG (indirect steering with related context)": ["Option
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|
|
|
37 |
options = {
|
38 |
"None": [],
|
39 |
"Impersonation (direct steering)": ["Option 1", "Option 2", "Option 3"],
|
40 |
+
"Most similar RAG (indirect steering with related context)": ["Option A1", "Option B", "Option C"],
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|