Update tools.py
Browse files
tools.py
CHANGED
|
@@ -50,7 +50,7 @@ class image_interpreter(Tool):
|
|
| 50 |
output_type = "string"
|
| 51 |
|
| 52 |
def forward(self, prompt, image):
|
| 53 |
-
model_sdxl = "
|
| 54 |
client = InferenceClient(model_sdxl)
|
| 55 |
output = client.chat.completions.create(
|
| 56 |
messages=[
|
|
|
|
| 50 |
output_type = "string"
|
| 51 |
|
| 52 |
def forward(self, prompt, image):
|
| 53 |
+
model_sdxl = "meta-llama/Llama-3.1-8B-Instruct"
|
| 54 |
client = InferenceClient(model_sdxl)
|
| 55 |
output = client.chat.completions.create(
|
| 56 |
messages=[
|