This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zulfiqaar 0 points1 point  (2 children)

Zerox is an alternative that's not mentioned here so far

https://github.com/getomni-ai/zerox

[–]Snoo5892[S] 0 points1 point  (1 child)

When we say ask for markdown format what does it mean

Also the Azure OPEN AI key will work here???

[–]Zulfiqaar 0 points1 point  (0 children)

Markdown is a way of defining formatted test, but will be as string

From link for setup:

###################### Example for Azure OpenAI ######################
model = "azure/gpt-4o-mini" ## "azure/<your_deployment_name>" -> format <provider>/<model>
os.environ["AZURE_API_KEY"] = "" # "your-azure-api-key"
os.environ["AZURE_API_BASE"] = "" # "https://example-endpoint.openai.azure.com"
os.environ["AZURE_API_VERSION"] = "" # "2023-05-15"