v0.1.6
Enhance concurrency safety in LLM option handling by introducing a read-write mutex to protect concurrent access to the Options map. This change prevents potential race conditions when multiple goroutines interact with provider-specific options, ensuring safe and predictable behavior across different LLM operations like generation, streaming, and option setting.