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

🌀 feat - Known Endpoints: Unify #3778

Merged
merged 1 commit into from
Aug 25, 2024
Merged

🌀 feat - Known Endpoints: Unify #3778

merged 1 commit into from
Aug 25, 2024

Conversation

fuegovic
Copy link
Collaborator

Summary

Add Unify to known endpoints

image

Example Config (model list isn't up to date) :

    # Unify
    # https://console.unify.ai/profile
    # models: https://console.unify.ai/dashboard
    - name: "Unify"
      apiKey: "${UNIFY_API_KEY}"
      baseURL: "https://api.unify.ai/v0/"
      models:
        default: [
          "router@q:1|c:2.12e-01|t:5.00e-04|i:2.78e-04",
          "gpt-3.5-turbo@openai",
          "gpt-4o@openai",
          "gpt-4-turbo@openai",
          "gpt-4@openai",
          "claude-3-haiku@anthropic",
          "claude-3-sonnet@anthropic",
          "claude-3-opus@anthropic",
          "claude-3.5-sonnet@anthropic",
          "mistral-small@mistral-ai",
          "mistral-medium@mistral-ai",
          "mistral-large@mistral-ai",
          "mixtral-8x22b-instruct-v0.1@fireworks-ai",
          "mistral-7b-instruct-v0.2@replicate",
          "mixtral-8x7b-instruct-v0.1@replicate",
          "mistral-7b-instruct-v0.1@fireworks-ai",
          "gemma-2b-it@together-ai",
          "gemma-7b-it@fireworks-ai",
          "llama-2-7b-chat@replicate",
          "llama-2-13b-chat@fireworks-ai",
          "llama-2-70b-chat@octoai",
          "llama-3-8b-chat@fireworks-ai",
          "llama-3-70b-chat@fireworks-ai",
          "codellama-7b-instruct@octoai",
          "codellama-13b-instruct@octoai",
          "codellama-34b-instruct@octoai",
          "deepseek-coder-33b-instruct@together-ai",
          "pplx-7b-chat@perplexity-ai",
          "pplx-70b-chat@perplexity-ai",
          "yi-34b-chat@deepinfra",
          ]
        fetch: false
      titleConvo: true
      titleModel: "router@q:1|c:2.12e-01|t:5.00e-04|i:2.78e-04"
      dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
      modelDisplayLabel: "Unify"

Note: I will update the docs with an example soon

Change Type

  • New feature (non-breaking change which adds functionality)

Checklist

Please delete any irrelevant options.

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings
  • A pull request for updating the documentation has been submitted.

Signed-off-by: Fuegovic <fueg@live.ca>
@danny-avila danny-avila merged commit bd701c1 into main Aug 25, 2024
2 checks passed
@danny-avila danny-avila deleted the endpoints-unify branch August 25, 2024 23:10
kenshinsamue pushed a commit to intelequia/LibreChat that referenced this pull request Sep 17, 2024
Signed-off-by: Fuegovic <fueg@live.ca>
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

Successfully merging this pull request may close these issues.

2 participants