jost commited on
Commit
55af095
·
verified ·
1 Parent(s): cdeab38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 A", "Option B", "Option C"],
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