Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lgas
on Jan 18, 2023
|
parent
|
context
|
favorite
| on:
LangChain: Build AI apps with LLMs through composa...
Here are the docs on the built in models at the moment:
https://langchain.readthedocs.io/en/latest/reference/modules...
One of their examples is
from langchain import NLPCloud nlpcloud = NLPCloud(model="gpt-neox-20b")
So it looks like you're good to go.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
One of their examples is
So it looks like you're good to go.