Add OpenAI API
Browse files
app.py
CHANGED
@@ -9,10 +9,10 @@ from langchain.prompts import PromptTemplate
|
|
9 |
from langchain.chains import LLMChain
|
10 |
import textwrap
|
11 |
import streamlit as st
|
12 |
-
|
13 |
|
14 |
# Load OpenAI API key and define directory to store the data
|
15 |
-
|
16 |
persist_directory = "../../data/processed"
|
17 |
|
18 |
# Load the OpenAI Embeddings, LLM , PromptTemplate and LLMChain
|
|
|
9 |
from langchain.chains import LLMChain
|
10 |
import textwrap
|
11 |
import streamlit as st
|
12 |
+
|
13 |
|
14 |
# Load OpenAI API key and define directory to store the data
|
15 |
+
|
16 |
persist_directory = "../../data/processed"
|
17 |
|
18 |
# Load the OpenAI Embeddings, LLM , PromptTemplate and LLMChain
|