Steve Dudenhoeffer e9baf7910e Add LLM parsing functionality
Introduce `Providers` struct to handle different language model providers. Implement `Parse` method to extract and validate provider/model from input string, then return a chat completion interface. Add error handling for invalid formats or unknown providers.
2025-05-01 22:11:23 -04:00
2025-04-12 03:41:48 -04:00
2025-05-01 22:11:23 -04:00
Description
Abstraction layer interface for various similar LLM services
216 KiB
Languages
Go 100%