tenere
tenere copied to clipboard
Added Gemini & X.AI Support, Command Mode, and File Operations
- Integration with multiple LLMs: Support was added for both the Gemini and X.AI large language models, allowing users to interact with these AI services.
- Command Mode and File Operations: A new "command mode" was implemented, enabling users to perform actions like loading messages from files, saving responses, clearing the chat history, and quitting the application using commands (e.g.,
:o,:w,:clear,:save,:quit). and a fixed 'm' command. - Screenshots for Command Mode: Visual aids (screenshots) were added to demonstrate the newly implemented command mode features.
- Configuration and Output Files The
Chatstruct now takes a config, and there is support for writing output to file. The handling LLM was refactored to support the output file.
Thanks for the PR :pray: Would you mind break it down to multiple PRs instead, one for each backend and a separate one for the command just to make it easy to review ?
yes breaking down changes into multiple PRs completed.