Skip to content

Commit 1e3085f

Browse files
author
jakedahn
committed
Enabling PromptLayer
1 parent 715d88d commit 1e3085f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import faiss
55

6-
from langchain import OpenAI
6+
from promptlayer.langchain.llms import OpenAI
77
from langchain.chains import VectorDBQAWithSourcesChain
88

99

@@ -26,6 +26,7 @@
2626
max_tokens=1500,
2727
model_name="text-davinci-003",
2828
max_retries=3,
29+
pl_tags=["cloudflare-qa-agent"],
2930
),
3031
vectorstore=store,
3132
)

0 commit comments

Comments
 (0)