Appearance
type WebLLMChatCompletionsRequestBody = Omit< OpenAIChatCompletionsRequestBody, "model" > & { model?: string; };
model?
string