Name: Sigmund GPT Version: 1.0.0 Last Updated: 2025-04-28 Maintainer: Michael Johnson
{
"openai": "^1.0.0",
"authentication": "^2.1.0",
"data-processing": "^3.0.0"
}
OPENAI_API_KEY=your_api_key
MODEL_VERSION=gpt-4
MAX_TOKENS=2048
TEMPERATURE=0.7
Endpoint | Method | Description |
---|---|---|
/v1/chat | POST | Main conversation endpoint |
/v1/analyze | GET | Analysis functions |
/v1/config | PUT | Update configuration |
## Changelog
### [1.0.0] - 2025-04-28
- Initial release
- Basic conversation capabilities
- Core analysis functions
### [0.9.0] - 2025-04-15
- Beta testing phase
- Implementation of main features