Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 10, 2023
1 parent dc06650 commit f7d6cf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daras_ai_v2/language_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ def _run_chat_model(
case LLMApis.openai:
from openai import OpenAI

print([len(messages), max_tokens, num_outputs, messages])

client = OpenAI()
r = client.chat.completions.create(
model=engine,
Expand Down

0 comments on commit f7d6cf3

Please sign in to comment.