Skip to content

Commit

Permalink
update typing hint
Browse files Browse the repository at this point in the history
  • Loading branch information
bnymnsen authored Feb 16, 2025
1 parent 29deb2c commit b06b080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crossbar_llm/backend/tools/langchain_llm_qa_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def __init__(
ReplicateLanguageModel,
OllamaLanguageModel,
NVIDIALanguageModel,
OpenRouterLanguageModel,
],
qa_llm: Union[
OpenAILanguageModel,
Expand All @@ -266,6 +267,7 @@ def __init__(
ReplicateLanguageModel,
OllamaLanguageModel,
NVIDIALanguageModel,
OpenRouterLanguageModel,
],
schema: dict,
verbose: bool = False,
Expand Down

0 comments on commit b06b080

Please sign in to comment.