Skip to content

Commit

Permalink
Comment out test that requires running ollama and a model.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jun 28, 2024
1 parent 5929377 commit 710983e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_chat.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from charla import chat


def test_available_models():
models = chat.available_models()
assert len(models)
assert 'name' in models[0]
# def test_available_models():
# models = chat.available_models()
# assert len(models)
# assert 'name' in models[0]


def test_prompt_session():
Expand Down

0 comments on commit 710983e

Please sign in to comment.