-
Notifications
You must be signed in to change notification settings - Fork 11
OCI GenAI #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCI GenAI #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did a quick review, and looks good. have not done an exhaustive review yet.
a few notices wrong format or year
spring-cloud-oci-gen-ai/pom.xml
Outdated
@@ -0,0 +1,62 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!-- | |||
Copyright (c) 2023, Oracle and/or its affiliates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024
@@ -0,0 +1,55 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!-- | |||
Copyright (c) 2023, Oracle and/or its affiliates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024
...samples/spring-cloud-oci-gen-ai-sample/src/test/resources/application-chat-cohere.properties
Outdated
Show resolved
Hide resolved
...-samples/spring-cloud-oci-gen-ai-sample/src/test/resources/application-chat-llama.properties
Outdated
Show resolved
Hide resolved
Added documentation and updated for review comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.