Skip to content

Commit 440b38d

Browse files
Update gemini_llm.py
1 parent 2de827b commit 440b38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/gemini_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def get_graph_from_Gemini(model_version,
295295
graph_document_list = []
296296
lst_chunk_chunkId_document=[]
297297
location = "us-central1"
298-
project_id = "llm-experiments-387609"
299-
#credentials, project_id = google.auth.default()
298+
#project_id = "llm-experiments-387609"
299+
credentials, project_id = google.auth.default()
300300
vertexai.init(project=project_id, location=location)
301301

302302
# combined_chunk_document_list=[]

0 commit comments

Comments
 (0)