Update GPT_RAG.py
Browse files- GPT_RAG.py +1 -1
GPT_RAG.py
CHANGED
@@ -135,7 +135,7 @@ from langchain_openai import ChatOpenAI
|
|
135 |
from langchain.chains import LLMChain
|
136 |
|
137 |
# Configurar la clave de API como variable de entorno
|
138 |
-
os.environ['OPENAI_API_KEY'] = '
|
139 |
|
140 |
# Prompt
|
141 |
template = """Answer the question based only on the following context:
|
|
|
135 |
from langchain.chains import LLMChain
|
136 |
|
137 |
# Configurar la clave de API como variable de entorno
|
138 |
+
os.environ['OPENAI_API_KEY'] = 'XXXX'
|
139 |
|
140 |
# Prompt
|
141 |
template = """Answer the question based only on the following context:
|