diff --git a/README.md b/README.md index 7bb259d..98d2ffa 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,17 @@ if __name__ == "__main__": ## Test the Code +Config the parameters on the file [config](./files/config) + +```json +{ + "oci_profile": "DEFAULT", + "compartment_id": "ocid1.compartment.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "llm_endpoint": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com", + "OCI_CLI_BIN": "//oci" +} +``` + Run the code with: python agent_over_mcp.py @@ -710,4 +721,4 @@ And see in OCI Console: ## Acknowledgments -- **Author** - Cristiano Hoshikawa (Oracle LAD A-Team Solution Engineer) \ No newline at end of file +- **Author** - Cristiano Hoshikawa (Oracle LAD A-Team Solution Engineer)