Remove debugging comment
This commit is contained in:
@@ -388,7 +388,6 @@ class AWSBedrockLLMContext(OpenAILLMContext):
|
|||||||
new_content.append({"text": text_content})
|
new_content.append({"text": text_content})
|
||||||
# handle image_url -> image conversion
|
# handle image_url -> image conversion
|
||||||
if item["type"] == "image_url":
|
if item["type"] == "image_url":
|
||||||
print(f"[pk] Converting image_url item: {item}")
|
|
||||||
new_item = {
|
new_item = {
|
||||||
"image": {
|
"image": {
|
||||||
"format": "jpeg",
|
"format": "jpeg",
|
||||||
|
|||||||
Reference in New Issue
Block a user