Skip to content

Commit

Permalink
Enable public beta
Browse files Browse the repository at this point in the history
- Bump to 0.13.3
  • Loading branch information
smathot committed Mar 11, 2024
1 parent 599a834 commit c040537
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion heymans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""AI-based chatbot that provides sensible answers based on documentation"""

__version__ = '0.13.2'
__version__ = '0.13.3'
4 changes: 2 additions & 2 deletions heymans/static/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://forum.cogsci.nl/>.
First, create an account on <https://forum.cogsci.nl/>. Next, use this account to login to Sigmund.
8 changes: 4 additions & 4 deletions heymans/static/login.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://forum.cogsci.nl/">forum.cogsci.nl</a> account.
Sigmund is linked to your <a href="https://forum.cogsci.nl/">forum.cogsci.nl</a> account

<a id="sign-in-button" class="link-button" onclick="signin()">
<i class="fas fa-sign-in-alt"></i> Sign in with your forum account
Expand Down
5 changes: 5 additions & 0 deletions heymans/static/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion heymans/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="page-notification">
<i class="fa fa-info-circle" aria-hidden="true"></i>
Sigmund is currently in closed beta. <a href="https://qualtricsxmzn7r9cypj.qualtrics.com/jfe/form/SV_9t1yV4pQ2jv7G7A">Sign up</a> for the beta-tester program to get early access!
Sigmund is currently in public beta. You may encounter issues.
</div>
<div id="header-bar">
<img src='/static/sofa-with-sigmund.png' id="header-logo">
Expand Down
2 changes: 1 addition & 1 deletion heymans/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<label for="model-selection">Model: </label>
<select id="model-selection" v-model="modelConfig">
<option value="openai">OpenAI (GPT4)</option>
<option value="anthropic">Anthropic (Claude 3)</option>
<!-- option value="anthropic">Anthropic (Claude 3)</option -->
<option value="mistral">Mistral (Large)</option>
</select>
</div>
Expand Down

0 comments on commit c040537

Please sign in to comment.