Skip to content

Commit

Permalink
upd: fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jindongwang committed Dec 22, 2023
1 parent cf3988a commit b6210b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promptbench/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ def __call__(self, input_text, **kwargs):


if __name__ == "__main__":
model = LLMModel(model='gemini-pro', gemini_key="AIzaSyBvb3QX6u2ToRTm9NpWnZrXOkJHhj6gr0o")
model = LLMModel(model='gemini-pro', gemini_key="xx")
print(model("Hello, my name is"))

0 comments on commit b6210b3

Please sign in to comment.