Skip to main content

Sigmund AI

Copyright 2023-2026 Sebastiaan Mathôt

A Python library and web app for an LLM-based chatbot:

Features:

Sigmund is not a large language model itself. Rather it uses third-party models. Currently, models from OpenAI, Anthropic, Mistral, and Z.ai are supported. API keys from these respective providers are required.

Configuration

See sigmund/config.py for configuration instructions.

Dependencies

For Python dependencies, see pyproject.toml. In addition to these, pandoc is required for the ability to read attachments, and a local redis server needs to run for persistent data between sessions.

Running (development)

Download the source code, and copy .env.example to .env. Edit this file to specify at least the API keys, and depending on the functionality that you want activate, possibly also other variables. The only variable that is strictly required is the OpenAI API key, because OpenAI is used to create text embeddings, even when a different model is used for the conversation.

Next, install the dependencies, build the documentation index, and launch the app!

pip install .               # install dependencies
python index_library.py     # build library (documentation) index
python app.py               # start the app

Next, access the app (by default) through:

http://127.0.0.1:5000/

Running (production)

In production, the server is generally not run by directly calling the app. There are many ways to run a Flask app in production. One way is to use gunicorn to start the app, and then use an nginx web server as a proxy that reroutes requests to the app. When taking this route, make sure to set up nginx with a large client_max_body_size (to allow attachment uploading) and disable proxy_cache and proxy_buffering (to allow status messages to be streamed while Sigmund is answering).

License

Sigmund is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from:

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigmund-2.3.4.tar.gz (6.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigmund-2.3.4-py3-none-any.whl (6.6 MB view details)

Uploaded Python 3

File details

Details for the file sigmund-2.3.4.tar.gz.

File metadata

  • Download URL: sigmund-2.3.4.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sigmund-2.3.4.tar.gz
Algorithm Hash digest
SHA256 32d25f3e8735e4c635d5900aaa6f779c4ac2cd7a9e05f06d761192125b48fdc1
MD5 6ea39c24b2ee87f1a53c6db54e7d561c
BLAKE2b-256 b93ae4170d5419a83b7ba3f91eb9c21d8b4784686fa0a24f5375bb18077c5089

See more details on using hashes here.

File details

Details for the file sigmund-2.3.4-py3-none-any.whl.

File metadata

  • Download URL: sigmund-2.3.4-py3-none-any.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sigmund-2.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0166f5f78f98f0dcffb63548c78266c7221a406086ceb2761b53b7d71cdd7bbd
MD5 66cab0e0e48d8f1c0a2fc327b3bc89a1
BLAKE2b-256 bae6063f961653061fe0782644e669737eda0db15b459f095fe31482d232398e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.3.4

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page