samim2024 commited on
Commit
34f198a
·
verified ·
1 Parent(s): b9a99db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain_community.llms import HuggingFaceEndpoint
15
  #from langchain.llms import VertexAI
16
  #from langchain.embeddings import VertexAIEmbeddings
17
 
18
- vertexai.init(project=PROJECT, location=LOCATION) #GCP PROJECT ID, LOCATION as region.
19
 
20
  #The PaLM 2 for Text (text-bison, text-unicorn) foundation models are optimized for a variety of natural language
21
  #tasks such as sentiment analysis, entity extraction, and content creation. The types of content that the PaLM 2 for
 
15
  #from langchain.llms import VertexAI
16
  #from langchain.embeddings import VertexAIEmbeddings
17
 
18
+ #vertexai.init(project=PROJECT, location=LOCATION) #GCP PROJECT ID, LOCATION as region.
19
 
20
  #The PaLM 2 for Text (text-bison, text-unicorn) foundation models are optimized for a variety of natural language
21
  #tasks such as sentiment analysis, entity extraction, and content creation. The types of content that the PaLM 2 for