Refactor every *-llm-list.ts file the same way as lib/models/llm/openai-llm-list.ts.
Files: lib/models/llm/anthropic-llm-list.ts, lib/models/llm/google-llm-list.ts, lib/models/llm/groq-llm-list.ts, lib/models/llm/mistral-llm-list.ts, lib/models/llm/perplexity-llm-list.ts.
Use following types for id: GoogleLLMID, AnthropicLLMID, MistralLLMID, GroqLLMID, PerplexityLLMID.
Don't use a variable for platformLink.
Remove all code comments.
Refactor every *-llm-list.ts file the same way as
lib/models/llm/openai-llm-list.ts
. Files:lib/models/llm/anthropic-llm-list.ts
,lib/models/llm/google-llm-list.ts
,lib/models/llm/groq-llm-list.ts
,lib/models/llm/mistral-llm-list.ts
,lib/models/llm/perplexity-llm-list.ts
. Use following types for id:GoogleLLMID
,AnthropicLLMID
,MistralLLMID
,GroqLLMID
,PerplexityLLMID
. Don't use a variable forplatformLink
. Remove all code comments.