Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guides-red-teaming.mdx : Fix object name of load_model() #1184

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

MANISH007700
Copy link
Contributor

Changed

model = self.load_model()

to

client = self.load_model()

as that's the object var name used to call the completion API of OpenAI.

cc: @kritinv

Copy link

vercel bot commented Nov 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evals-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2024 4:09pm

@MANISH007700
Copy link
Contributor Author

@kritinv can I merge this ?

@penguine-ip penguine-ip merged commit 0f4ecd2 into confident-ai:main Nov 26, 2024
3 of 5 checks passed
@MANISH007700 MANISH007700 deleted the patch-1 branch November 27, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants