Skip to content

OpenAI Compatible API (together.xyz) gives status: 404 after upgrading mods. #206

@ezynda3

Description

@ezynda3

I recently added together's OpenAI compatible API to my mods config

together:
    api-key:
    api-key-env: TOGETHER_API_KEY
    base-url: https://api.together.xyz/v1
    models:
      mistralai/Mixtral-8x7B-Instruct-v0.1:
        aliases: ["mixtral"]
        max-input-chars: 12250
        fallback:
      snorkelai/Snorkel-Mistral-PairRM-DPO:
        aliases: ["snorkel"]
        max-input-chars: 12250
        fallback:

It was working just fine until I upgraded mods to v1.2.1.

Now whenever I try to run one of those models e.g. mods -m mixtral hello I get the following error.

   ERROR  There was a problem with the together API request.

  error, status code: 400, message: %!s(<nil>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions