mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-04 11:07:52 +00:00
update anthropic doc link (#6198)
This commit is contained in:
parent
104d4c374a
commit
f2bd6e266f
@ -41,7 +41,7 @@ class AnthropicClaudeInvocationLayer(PromptModelInvocationLayer):
|
||||
:param api_key: The Anthropic API key.
|
||||
:param kwargs: Additional keyword arguments passed to the underlying model. The list of Anthropic-relevant
|
||||
kwargs includes: stop_sequences, temperature, top_p, top_k, and stream. For more details about these kwargs,
|
||||
see Anthropic's [documentation](https://console.anthropic.com/docs/api/reference).
|
||||
see Anthropic's [documentation](https://docs.anthropic.com/claude/reference/complete_post).
|
||||
"""
|
||||
super().__init__(model_name_or_path)
|
||||
if not isinstance(api_key, str) or len(api_key) == 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user