Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: endpoints.custom.iconURL naming note #187

Open
1 task done
danny-avila opened this issue Dec 24, 2024 · 0 comments
Open
1 task done

Fix: endpoints.custom.iconURL naming note #187

danny-avila opened this issue Dec 24, 2024 · 0 comments

Comments

@danny-avila
Copy link
Collaborator

Related: danny-avila/LibreChat#5095

Posted by @KiGamji

What is your question?

The documentation part here clearly says:

If you want to use existing project icons, define the endpoint name as one of the main endpoints (case-sensitive):
“openAI” | “azureOpenAI” | “google” | “anthropic” | “assistants” | “gptPlugins”

However, when trying to do so, I am getting this error:

error: Invalid custom config file at /app/librechat.yaml:
{
  "issues": [
    {
      "code": "custom",
      "message": "Value cannot be one of the default endpoint (EModelEndpoint) values: azureOpenAI, openAI, bingAI, chatGPTBrowser, google, gptPlugins, anthropic, assistants, azureAssistants, agents, custom, bedrock",
      "path": [
        "endpoints",
        "custom",
        0,
        "name"
      ]
    }
  ],
  "name": "ZodError"
}

It would be very nice to keep this feature, if possible. Thanks in advance!

More Details

What is the main subject of your question?

No response

Screenshots

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant