Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/mnexium-ai
by
marius ndini
•
2mo ago
JavaScript and Python SDKs for Mnexium
... omit the API key and a trial key is auto-provisioned on your first request. JavaScript / TypeScript npm install @mnexium/sdk import { Mnexium } from '@mnexium/sdk'; const mnx = new Mnexium({ apiKey: 'mnx_...', openai: { apiKey: process.env.OPENAI_API_KEY }, }); const alice = mnx.subject('user_
123
'); // Chat with memory learns and recalls automatically const chat = alice.createChat({ learn: true, recall: true }); await chat.process('My favorite color is blue'); await chat.process('What is my favorite color?'); // Remembers! Python pip install mnexium from mnexium import Mnexium, ProviderConfig, ChatOptions import ... ... Mnexium( api_key="mnx_...", openai=ProviderConfig(api_key=os.environ["OPENAI_API_KEY"]), ) alice = mnx.subject("user_
123
0
9
Subscribe
Sign in