jeremychone / rust-genai

Rust multiprovider generative AI client (Ollama, OpenAi, Anthropic, Groq, Gemini, Cohere, ...)
Apache License 2.0
208 stars 45 forks source link

LLM request logging #27

Open Boscop opened 1 month ago

Boscop commented 1 month ago

It would be nice to be able to log all chat history easily :)

jeremychone commented 1 month ago

This is good as well. Few thoughts

There might be some methods to add to chat-request to format the entire chat in a convenient way. This could be simple and add significant value.