Skip to content

Commit

Permalink
chore: skip formatting/isorting model zoo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Nov 23, 2023
1 parent 79bca76 commit dcb37f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/4_engines_zoo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# fmt: off
# isort: skip_file
"""
This example showcases all the different engines available and how you can switch between them.
"""
Expand All @@ -6,7 +8,6 @@

from kani import Kani, chat_in_terminal

# fmt: off
# ==== OpenAI (GPT) ====
from kani.engines.openai import OpenAIEngine
engine = OpenAIEngine(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-3.5-turbo")
Expand Down

0 comments on commit dcb37f0

Please sign in to comment.