feat: allow users to configure openai host (#1283)

This commit is contained in:
Yingjie He
2025-02-18 15:00:40 -08:00
committed by GitHub
parent d8ca7a3e1b
commit 92833aeb1c
4 changed files with 5 additions and 5 deletions
@@ -38,7 +38,7 @@ function getArticle(word: string): string {
export function getProviderDescription(provider) {
const descriptions = {
OpenAI: 'Access GPT-4, GPT-3.5 Turbo, and other OpenAI models',
OpenAI: 'Access GPT-4 and other OpenAI models, including OpenAI compatible ones',
Anthropic: 'Access Claude and other Anthropic models',
Google: 'Access Gemini and other Google AI models',
Groq: 'Access Mixtral and other Groq-hosted models',