Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|