Hardcode url for together ai as fallback if not set in env

This commit is contained in:
eduardruzga
2024-12-04 20:31:42 +02:00
76 changed files with 7272 additions and 4153 deletions

View File

@@ -1,5 +1,5 @@
interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
webkitSpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
}