diff --git a/heymans/__init__.py b/heymans/__init__.py index d0e3e47..e828360 100644 --- a/heymans/__init__.py +++ b/heymans/__init__.py @@ -1,3 +1,3 @@ """AI-based chatbot that provides sensible answers based on documentation""" -__version__ = '0.13.2' +__version__ = '0.13.3' diff --git a/heymans/static/about.md b/heymans/static/about.md index 4568841..fc4ba9d 100644 --- a/heymans/static/about.md +++ b/heymans/static/about.md @@ -25,7 +25,7 @@ I want to create a stimulus display in OpenSesame, using a canvas in a Python in Your messages and attachments are encrypted based on a key that is linked to your password. This means that no-one, not even the administrators of Sigmund, are able to access your data. -Sigmund uses large-language-model APIs provided by third parties. You can choose which model you want to use in the menu. Importantly, none of these third parties uses data that is sent through the API for any purposes other than replying to the request. Specifically, your data will *not* be used to train their models. For more information, see the terms of service of [OpenAI](https://openai.com/enterprise-privacy), [Mistral](https://mistral.ai/terms/), and [Anthropic](https://www.anthropic.com/legal/commercial-terms). +Sigmund uses large-language-model APIs provided by third parties. You can choose which model you want to use in the menu. Importantly, none of these third parties uses data that is sent through the API for any purposes other than replying to the request. Specifically, your data will *not* be used to train their models. For more information, see the terms of service of [OpenAI](https://openai.com/enterprise-privacy) and [Mistral](https://mistral.ai/terms/). ## Things Sigmund can do @@ -76,4 +76,4 @@ The source code of Sigmund is available on GitHub: ## How can I get an account? -Sigmund is currently in limited beta and by invitation only. If you have received an invitation, you can log in using your account from . +First, create an account on . Next, use this account to login to Sigmund. diff --git a/heymans/static/login.md b/heymans/static/login.md index cd9383f..2ff5142 100644 --- a/heymans/static/login.md +++ b/heymans/static/login.md @@ -1,15 +1,15 @@ -Welcome to Sigmund, your friendly, privacy-minded AI assistant! +## Sigmund: your friendly, privacy-minded AI assistant! - Better at answering questions about [OpenSesame](https://osdoc.cogsci.nl/) and [DataMatrix](https://pydatamatrix.eu) than other chatbots -- Built on state-of-the-art language models (including GPT4 and Mistral), and therefore also an excellent general-purpose chatbot -- Messages are encrypted so that no-one can listen in on your conversation +- Built on state-of-the-art language models (OpenAI's GPT4 and Mistral Large), and therefore also an excellent general-purpose chatbot +- Messages and attachments are encrypted so that no-one can listen in on your conversation - Basic Python and R execution abilities - Search for scientific articles through Google Scholar - Upload and download attachments - Only €9 per month - Read more about [what Sigmund can do](/about) and [our terms of service](/terms) -Sigmund is linked to your forum.cogsci.nl account. +Sigmund is linked to your forum.cogsci.nl account Sign in with your forum account diff --git a/heymans/static/terms.md b/heymans/static/terms.md index 8efbe3b..0d16d05 100644 --- a/heymans/static/terms.md +++ b/heymans/static/terms.md @@ -45,6 +45,11 @@ Nothing. User data is stored solely for the purpose of providing the intended se # Terms of use +## Usage limits + +There is currently an hourly limit on 50,000 tokens per user. If this limit is exceeded, you need to wait for (at most) an hour until you can use Sigmund again. The hourly limit may be adjusted once we get a better picture of what kind of limits are needed to avoid excessive use. + + ## Availability As electronic services are subject to interruption or breakdown, access to Sigmund is provided on an “as is” and “as available” basis only. diff --git a/heymans/templates/header.html b/heymans/templates/header.html index e8ecb7a..08ea49c 100644 --- a/heymans/templates/header.html +++ b/heymans/templates/header.html @@ -1,6 +1,6 @@
-Sigmund is currently in closed beta. Sign up for the beta-tester program to get early access! +Sigmund is currently in public beta. You may encounter issues.
diff --git a/heymans/templates/menu.html b/heymans/templates/menu.html index b132aa9..356dacb 100644 --- a/heymans/templates/menu.html +++ b/heymans/templates/menu.html @@ -154,7 +154,7 @@