update model name to reducto/RolmOCR
#10
by
gaganyatri
- opened
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
|
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:
|