Skip to content

Fix typo in token configuration documentation #3677

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spring:
export ANTHROPIC_API_KEY=<your-anthropic-api-key>
----

You can also set this configuration programmatically in your application code:
You can also get this configuration programmatically in your application code:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about changing get this configuration to get environment variable?

You can also get environment variable programmatically in your application code:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dev-jonghoonpark Thanks for the review and suggestion. It would be nice to include your suggestion but the important fix is to change set -> get.

Since we haven't heard back from the author on this yet, I will go ahead and merge this PR as is for now.


[source,java]
----
Expand Down