-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
docs: Add goodfire notebook and add to packages.yml #29512
Conversation
keenanpepper
commented
Jan 30, 2025
- Description: Add Goodfire ipynb notebook and add langchain-goodfire package to packages.yml
- Issue: n/a
- Dependencies: docs only
- Twitter handle: keenanpepper
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2ac0d70
to
130596a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I added a providers page at docs/docs/integrations/providers/goodfire.mdx
. It just says:
Goodfire is a research lab focused on AI safety and interpretability.
Feel free to flesh this out or edit it in another PR.
"base_variant = goodfire.Variant(\"meta-llama/Llama-3.3-70B-Instruct\")\n", | ||
"\n", | ||
"llm = ChatGoodfire(\n", | ||
" model=base_variant,\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model
is typically a string