wuenlp_tools.keys

1from .lazykeys import LazyKey
2
3OPENAI_API_KEY = LazyKey("OPENAI_API_KEY")
4OPENROUTER_API_KEY = LazyKey("OPENROUTER_API_KEY")
5LIGHTLLM_API_KEY = LazyKey("LIGHTLLM_API_KEY")
6
7WUENLP_API_KEY = LazyKey("WUENLP_API_KEY")
8
9WANDB_API_KEY = LazyKey("WANDB_API_KEY")
OPENAI_API_KEY = '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'
A lazy-loading key that behaves like a string using UserString.

The actual API key is only requested (and cached) when the underlying data is accessed.
OPENROUTER_API_KEY = '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'
A lazy-loading key that behaves like a string using UserString.

The actual API key is only requested (and cached) when the underlying data is accessed.
LIGHTLLM_API_KEY = 'sk-T2xPaUdlpSU1iWYRzHpUKQ'
A lazy-loading key that behaves like a string using UserString.

The actual API key is only requested (and cached) when the underlying data is accessed.
WUENLP_API_KEY = 'kJHev0yn9LPeF0nnVYRP1o9g'
A lazy-loading key that behaves like a string using UserString.

The actual API key is only requested (and cached) when the underlying data is accessed.
WANDB_API_KEY = '48139d338d64f85a6955afc87a9c5d2b75b1c20c'
A lazy-loading key that behaves like a string using UserString.

The actual API key is only requested (and cached) when the underlying data is accessed.