Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
arjav-desai committed Feb 13, 2025
1 parent 69daefa commit 37416af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ oci.genai.region=<your subscribed region e.g. us-chicago-1>
# Please use the compartmentId that has policies grant permissions for using Generative AI Service
oci.genai.compartment.id=<ocid of your compartment where model is running>

# meta.llama-3.1-70b-instruct is ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceyaiir6nnhmlgwvh37dr2mvragxzszqmz3hok52pcgmpqta
# For meta.llama-3.1-70b-instruct OCID is
# ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceyaiir6nnhmlgwvh37dr2mvragxzszqmz3hok52pcgmpqta
oci.genai.chat.model.id=<ocid of LLM that you want to use>
# cohere.embed-english-light-v3.0 is ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceya6fw6mqgi2mcmehwvd7h2ysqe25rbhprgclypiyh46wra
# For cohere.embed-english-light-v3.0 OCID is
# ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceya6fw6mqgi2mcmehwvd7h2ysqe25rbhprgclypiyh46wra
oci.genai.embedding.model.id=<ocid of embedding model that you want to use>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ oci:
region: <your subscribed region e.g. us-chicago-1>
# Please use the compartmentId that has policies grant permissions for using Generative AI Service
compartment_id: <ocid of your compartment where model is running>
# meta.llama-3.1-70b-instruct is ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceyaiir6nnhmlgwvh37dr2mvragxzszqmz3hok52pcgmpqta
# For meta.llama-3.1-70b-instruct OCID is
# ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceyaiir6nnhmlgwvh37dr2mvragxzszqmz3hok52pcgmpqta
chat.model_id: <ocid of LLM that you want to use>
# cohere.embed-english-light-v3.0 is ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceya6fw6mqgi2mcmehwvd7h2ysqe25rbhprgclypiyh46wra
# For cohere.embed-english-light-v3.0 OCID is
# ocid1.generativeaimodel.oc1.us-chicago-1.amaaaaaask7dceya6fw6mqgi2mcmehwvd7h2ysqe25rbhprgclypiyh46wra
embedding.model_id: <ocid of embedding model that you want to use>

0 comments on commit 37416af

Please sign in to comment.