Update notes: - Added live debug feature for LLM calls (https://getspeck.ai/dash/debug) - Updated endpoint to `https://getspeck.ai` - Refactored all connections - Added LogConfigs to improve debugging on dashboard
0.0.10
Update notes: - Added speck api key - Added beta asynchronous chat client (`from speck import AsyncSpeck`) - Refactored typing for `Speck` and `IConnector` classes
0.0.9
Update notes: - Cleaned up package files - Added type variables for `Prompt`, `Response`, and `ChatConfig`