Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Small update to support more models and update some text
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Oct 17, 2024
1 parent f0f2cc2 commit 6d555e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
3 changes: 2 additions & 1 deletion backend/requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ zenpy==2.0.41
dropbox==11.36.2
boto3-stubs[s3]==1.34.133
ultimate_sitemap_parser==0.5
pyairtable==3.0.0a3
pyairtable==3.0.0a3
anthropic[vertex]==0.36.1
27 changes: 2 additions & 25 deletions web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,35 +76,12 @@ export default async function RootLayout({
<Card className="p-8 max-w-md">
<h1 className="text-2xl font-bold mb-4 text-error">Error</h1>
<p className="text-text-500">
Your Danswer instance was not configured properly and your
Your EVE AI instance was not configured properly and your
settings could not be loaded. This could be due to an admin
configuration issue or an incomplete setup.
</p>
<p className="mt-4">
If you&apos;re an admin, please check{" "}
<a
className="text-link"
href="https://docs.danswer.dev/introduction?utm_source=app&utm_medium=error_page&utm_campaign=config_error"
target="_blank"
rel="noopener noreferrer"
>
our docs
</a>{" "}
to see how to configure Danswer properly. If you&apos;re a user,
please contact your admin to fix this error.
</p>
<p className="mt-4">
For additional support and guidance, you can reach out to our
community on{" "}
<a
className="text-link"
href="https://danswer.ai?utm_source=app&utm_medium=error_page&utm_campaign=config_error"
target="_blank"
rel="noopener noreferrer"
>
Slack
</a>
.
Please contact IT Department to fix this error.
</p>
</Card>
</div>
Expand Down

0 comments on commit 6d555e9

Please sign in to comment.