We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87fcb2 commit c87aab6Copy full SHA for c87aab6
python-rag-chatbot/init_rag.py
@@ -49,7 +49,7 @@
49
50
# private configs
51
CONFIG_PROFILE = "DEFAULT"
52
-COMPARTMENT_OCID = "ocid1.compartment.oc1..aaaaaaaajdyhd7dqnix2avhlckbhhkkcl3cujzyuz6jzyzonadca3i66pqjq"
+COMPARTMENT_OCID = "ocid1.compartment.yourcomparmentid"
53
oci_config = oci.config.from_file("~/.oci/config", CONFIG_PROFILE)
54
COHERE_API_KEY = oci_config['security_token_file']
55
DEBUG = True
0 commit comments