readme udpate

This commit is contained in:
Mckay Wrigley
2023-03-15 06:20:11 -06:00
parent 48f3f557e1
commit f05390c97d
7 changed files with 81 additions and 5 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
import { Message, OpenAIModel, OpenAIModelNames } from "@/types";
import { FC, useEffect, useRef } from "react";
import { ModelSelect } from "../ModelSelect";
import { ChatInput } from "./ChatInput";
import { ChatLoader } from "./ChatLoader";
import { ChatMessage } from "./ChatMessage";
import { ModelSelect } from "./ModelSelect";
interface Props {
model: OpenAIModel;