Skip to content

ironcastlesystems/nomi_tools_exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Nomi Tools GUI

A Tkinter-based GUI for interacting with the Nomi.ai API.


Features

  • Encoded (not encrypted) API key storage (base64 encoded, stored locally)
  • Persistent color customization for chat output and background
  • Select and chat with your Nomis (AI agents)
  • Test API connection on startup
  • All settings (encoded API key, colors, background) are saved in a single JSON config file

Usage

  1. Run the app
    Double-click the executable.

  2. Enter your API key
    Click the "API Key" button and enter your Nomi.ai API key.

  3. Select a Nomi
    Click "Select Nomi" and choose from your available Nomis.

  4. Chat
    Type your message in the chat box and press Enter or click "Send".

  5. Customize Colors
    Click "Color Options" to set chat and background colors. Your choices are saved.

  6. Test Connection
    Click "Test Connection" to verify your API key and connectivity.

  7. About
    Click the "?" button for information about the app.


Configuration

All settings (API key, color choices, background) are saved in nomi_tools_config.json in the same directory as the script/executable. The file is created when you run the program.

  • The API key is stored base64 encoded (not encrypted).
  • Color and background settings persist between sessions.

nomi_2 nomi_3 nomi_4 nomi_5 nomi_6 nomi_7 nomi_8

About

GUI version of nomi_tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published