Skip to content

Commit

Permalink
Update ai_modules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJunCho00 authored Dec 4, 2024
1 parent 4fd113b commit 829e47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_server_code/ai_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
pinecone_api_key = 'pcsk_3pp5QX_EeyfanpYE8u1G2hKkyLnfhWQMUHvdbUJeBZdULHaFMV5j67XDQwqXDUCBtFLYpt'
index_name = 'info'
# Upstage API 키 선언
upstage_api_key = 'up_pGRnryI1JnrxChGycZmswEZm934Tf'
upstage_api_key = 'up_6hq78Et2phdvQWCMQLccIVpWJDF5R'

# Pinecone API 설정 및 초기화
pc = Pinecone(api_key=pinecone_api_key)
Expand Down

0 comments on commit 829e47c

Please sign in to comment.