Skip to content

Commit

Permalink
Merge pull request #295 from cragwolfe/main
Browse files Browse the repository at this point in the history
Update the Unstructured app URL
  • Loading branch information
thomashacker authored Oct 21, 2024
2 parents 2dfb6f6 + 093ad19 commit fa44f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ollama run llama3

Verba supports importing documents through Unstructured IO (e.g plain text, .pdf, .csv, and more). To use them you need the `UNSTRUCTURED_API_KEY` and `UNSTRUCTURED_API_URL` environment variable. You can get it from [Unstructured](https://unstructured.io/)

> UNSTRUCTURED_API_URL is set to `https://api.unstructured.io/general/v0/general` by default
> UNSTRUCTURED_API_URL is set to `https://api.unstructuredapp.io/general/v0/general` by default
## AssemblyAI

Expand Down
2 changes: 1 addition & 1 deletion goldenverba/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# FIRECRAWL_API_KEY=

# UNSTRUCTURED_API_KEY=
# UNSTRUCTURED_API_URL=
# UNSTRUCTURED_API_URL=https://api.unstructuredapp.io/general/v0/general

# GITHUB_TOKEN=
# GITLAB_TOKEN=
Expand Down

0 comments on commit fa44f11

Please sign in to comment.