AnthropicConfigKeys

org.llm4s.config.AnthropicConfigKeys

Environment-variable names recognised by llm4s-anthropic.

These were ConfigKeys.ANTHROPIC_* in llm4s-core until the provider moved to its own module (#1132): a key belongs with the code that reads it, so that ConfigKeys does not name variables for a provider that may not be on the classpath.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val ANTHROPIC_API_KEY: String

Anthropic API key (sk-ant-...).

Anthropic API key (sk-ant-...).

Attributes

val ANTHROPIC_BASE_URL: String

Overrides the Anthropic API base URL. Defaults to "https://api.anthropic.com".

Overrides the Anthropic API base URL. Defaults to "https://api.anthropic.com".

Attributes