tenere
tenere copied to clipboard
🤖 TUI interface for LLMs written in Rust
be able to navigate and select a chunk of text and copy it to the clipboard (same as tmux copy mode)
I'm trying to use this with my local instance of LM-Studio (which accepts chatgpt style api endpoints). However i'm constantly receiving ` IEOF while parsing a value at line 1...
Fix: #51
Fix Stream Handling (https://github.com/pythops/tenere/issues/51): - Uses Bytes instead of raw byte slices - Proper line splitting with buffer management - More robust line processing with boundary checks ## Modifcation 1....
- Implements the `Gemini` struct and `LLM` trait for interacting with the Gemini API. - Includes error handling for missing API key. - Supports streaming responses and termination.
Add VIM command mode
1. **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. 2. **Command Mode and File...
- Implements the `Xai` struct and `LLM` trait for interacting with the X.AI API. - Includes error handling for missing API key. - Supports streaming responses and termination.
This adds local AI TTS using Zonos https://github.com/Zyphra/Zonos/pull/73 WIP:
When closing tenere, the current chat will not be saved. Now that history is persistent and ctrl + s is no longer used to manually save the chats, it would...
There is few things we can add, maybe in other PR: 1. Store a date for every chat in history, so when it is loaded you can see when that...