Project Files
src / flatbuffers / lo-ramode.ts
// automatically generated by the FlatBuffers compiler, do not modify
// Source: draw-things-chat/src/interfaces (duplicated for draw-things-index)
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export enum LoRAMode {
All = 0,
Base = 1,
Refiner = 2
}