refactor: Update version to 1.1.12, fix selectedModel spacing, and update meta viewport tags

This commit is contained in:
n4ze3m
2024-06-08 23:58:40 +05:30
parent 4a5713d6e4
commit 68bd3e651b
9 changed files with 374 additions and 66 deletions

View File

@@ -24,7 +24,7 @@ export const PlaygroundForm = ({ dropedFile }: Props) => {
const [typing, setTyping] = React.useState<boolean>(false)
const {
onSubmit,
selectedModel,
selectedModel,
chatMode,
speechToTextLanguage,
stopStreamingRequest,