attempts to auto-convert Mistral prompts for its more strict rules

This commit is contained in:
nai-degen
2024-01-28 17:42:23 -06:00
parent 3f2f30e605
commit 924db33f7e
2 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { MistralAIChatMessage } from "../../proxy/middleware/request/preprocessors/transform-outbound-payload.js";
import { MistralAIChatMessage } from "../../proxy/middleware/request/preprocessors/transform-outbound-payload";
import * as tokenizer from "./mistral-tokenizer-js";
export function init() {