Skip to content

Commit

Permalink
Fix return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium committed Jul 24, 2024
1 parent 42efe6d commit 9f41f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_toolkit/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def prompt_type(self) -> type[prompts.Prompt]:
"""Returns the expected prompt type."""
return prompts.ClaudePrompt

def get_model(self) -> Any:
def get_model(self) -> str:
return self._vertex_ai_model

# ============================== Generation ============================== #
Expand Down

0 comments on commit 9f41f61

Please sign in to comment.