Skip to content

Commit

Permalink
rename generator
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz authored and jmartin-tech committed Oct 29, 2024
1 parent dcbdc83 commit a24577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/generators/nim.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _load_client(self):
self.generator = self.client.completions


class NIMVision(NVOpenAIChat):
class Vision(NVOpenAIChat):
"""Wrapper for text+image to text NIMs. Expects NIM_API_KEY environment variable.
Following generators.huggingface.LLaVa, expects prompts to be a dict with keys
Expand Down

0 comments on commit a24577a

Please sign in to comment.