CindyDelage commited on
Commit
04d226c
·
verified ·
1 Parent(s): 39ea30b

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
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 = "trillionlabs/Trillion-LLaVA-7B"
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=[