eibeel commited on
Commit
780cc24
1 Parent(s): 666d29c

Update GPT_RAG.py

Browse files
Files changed (1) hide show
  1. 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'] = 'sk-proj-OaIQbNSKP2uATHxcaUxhT3BlbkFJi2HSSi4zSHSOw9UjtUWn'
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: