• Zikeji@programming.dev
    link
    fedilink
    English
    arrow-up
    19
    ·
    22 days ago

    I believe that’s because those two APIs support function calling, open source support is still coming along.

    • wagesj45@kbin.run
      link
      fedilink
      arrow-up
      3
      ·
      22 days ago

      Mistral Instruct v0.3 added in function calling, but I don’t know if its method for implementation is the same/compatible. Also, it is fairly new and wasn’t released all that long ago. Hopefully we’ll get there soon. :)

      • Zikeji@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        22 days ago

        I saw a few others, but the ones I looked at were basically instruct layers where you’d need to add your own parser. I didn’t find anything (in my 3 minutes of searching) that offers an openai chat completions endpoint, which is probably the main stopper.

        • wagesj45@kbin.run
          link
          fedilink
          arrow-up
          1
          ·
          22 days ago

          Looking at the documentation it looks like it relies on Mistral’s python tooling to work. I’m fairly dumb, so I don’t know if the tool suggestion coming from Mistral is from some kind of separate neural net or as some kind of special response you have to parse (or that their client parses for you?).