Skip to content

Commit

Permalink
Ignore typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Nov 12, 2024
1 parent 11c3833 commit 0e20641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charla/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(argv: argparse.Namespace) -> None:
if argv.provider == 'ollama':
from charla.client.ollama import OllamaClient as ApiClient
elif argv.provider == 'github':
from charla.client.github import AzureClient as ApiClient
from charla.client.github import AzureClient as ApiClient # type: ignore

# Start model API client before chat REPL in case of model errors.
client = ApiClient(argv.model, system=system_prompt, message_limit=argv.message_limit)
Expand Down

0 comments on commit 0e20641

Please sign in to comment.