Steve Dudenhoeffer
388a44fa79
Refactor Google LLM API to use chat session interface.
Replace message handling with a chat session model, aligning the logic with new API requirements. Adjust functions to properly build chat history and send messages via chat sessions, improving compatibility and extensibility.
Description
Abstraction layer interface for various similar LLM services
Languages
Go
100%