Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
anunnakian committed Nov 7, 2024
1 parent bfa91ef commit 4fc7f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class LangChain4JModuleFactory {

private static final String API_KEY_DEMO_COMMENT =
"# You can temporarily use 'demo' key, which is provided " + "for free for demonstration purposes";
"You can temporarily use 'demo' key, which is provided " + "for free for demonstration purposes";

private static final JHipsterSource SOURCE = from("server/springboot/langchain4j");
private static final GroupId GROUP_ID = groupId("dev.langchain4j");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void shouldCreateModule() {
langchain4j:
open-ai:
chat-model:
# # You can temporarily use 'demo' key, which is provided for free for demonstration purposes
# You can temporarily use 'demo' key, which is provided for free for demonstration purposes
api-key: ${OPENAI_API_KEY}
log-requests: 'true'
log-responses: 'true'
Expand Down

0 comments on commit 4fc7f93

Please sign in to comment.