Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aflament committed Mar 15, 2024
1 parent 56aca8e commit 9dadeff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion council/llm/anthropic_completion_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

class AnthropicCompletionLLM(AnthropicAPIClientWrapper):
"""
Implementation for an Anthropic LLM with LEGACY completion.
Implementation for an Anthropic LLM with LEGACY completion API.
Needs to used for models like `claude-2` version.
Notes:
More details: https://docs.anthropic.com/claude/docs
Expand Down
3 changes: 2 additions & 1 deletion council/llm/anthropic_messages_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

class AnthropicMessagesLLM(AnthropicAPIClientWrapper):
"""
Implementation for an Anthropic LLM.
Implementation for an Anthropic LLM with messages API.
Needs to used for models like `claude-2.1` or `claude-3-xyz` versions.
Notes:
More details: https://docs.anthropic.com/claude/docs
Expand Down

0 comments on commit 9dadeff

Please sign in to comment.