Skip to content

Commit

Permalink
mark active
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Nov 22, 2024
1 parent 5c56469 commit 5fa3b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/generators/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class OpenAICompatible(Generator):

ENV_VAR = "OpenAICompatible_API_KEY".upper() # Placeholder override when extending

active = False # this interface class is not active
active = True
supports_multiple_generations = True
generator_family_name = "OpenAICompatible" # Placeholder override when extending

Expand Down

0 comments on commit 5fa3b4c

Please sign in to comment.