-
-
Save jzone3/47a882fd1308ce05480bbf1a7a645877 to your computer and use it in GitHub Desktop.
LangChain with PromptLayer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from langchain.llms import OpenAI | |
from promptlayer.langchain.llms import OpenAI | |
llm = OpenAI(temperature=0.4, pl_tags=["langchain_test"]) | |
# Do some magic | |
print(llm("My name is")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment