Skip to content

Commit

Permalink
del debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrsc committed Dec 20, 2024
1 parent 1930601 commit 55facb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def optimization_prompt(prompt: str) -> str:
client = OpenAI()

system_prompt = prompt_all.get("draw")
print(system_prompt)
completion = client.chat.completions.create(
model=model,
messages=[{"role": "system", "content": system_prompt}, {"role": "user", "content": prompt}],
Expand Down

0 comments on commit 55facb4

Please sign in to comment.