feat: add --model flag (#32)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Import useInput from vendored Ink for bracketed paste support
|
||||
import { Box, Text, useInput } from "ink";
|
||||
import { useState } from "react";
|
||||
import models from "../../models.json";
|
||||
import { models } from "../../model";
|
||||
import { colors } from "./colors";
|
||||
|
||||
interface ModelSelectorProps {
|
||||
|
||||
Reference in New Issue
Block a user