update model name to reducto/RolmOCR

#10
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ import base64
42
 
43
  client = OpenAI(api_key="123", base_url="http://localhost:8000/v1")
44
 
45
- model = "reducto/RolmOCR-7b"
46
 
47
  def encode_image(image_path):
48
  with open(image_path, "rb") as image_file:
 
42
 
43
  client = OpenAI(api_key="123", base_url="http://localhost:8000/v1")
44
 
45
+ model = "reducto/RolmOCR"
46
 
47
  def encode_image(image_path):
48
  with open(image_path, "rb") as image_file: