Skip to content

Commit

Permalink
Merge pull request #66 from mindvalley/chore/small-update
Browse files Browse the repository at this point in the history
Small update to support more models and update some text
  • Loading branch information
onimsha authored Oct 17, 2024
2 parents f0f2cc2 + 6d555e9 commit 84ca64f
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 84ca64f

Please sign in to comment.