Skip to content

Commit

Permalink
Update init_rag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson authored Aug 16, 2024
1 parent 9ecb582 commit 85e9b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-rag-chatbot/init_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# private configs
CONFIG_PROFILE = "DEFAULT"
COMPARTMENT_OCID = "ocid1.compartment.oc1..aaaaaaaajdyhd7dqnix2avhlckbhhkkcl3cujzyuz6jzyzonadca3i66pqjq"
COMPARTMENT_OCID = "ocid1.compartment.yourcomparmentid"
oci_config = oci.config.from_file("~/.oci/config", CONFIG_PROFILE)
COHERE_API_KEY = oci_config['security_token_file']
DEBUG = True
Expand Down

0 comments on commit 85e9b9e

Please sign in to comment.