Extracts the provider name from the LLM ID.
Returns:
the provider name.
29
# File 'lib/ai_client/llm.rb', line 29 def provider = id.split('/')[0].to_sym