ваше сообщение коммита

This commit is contained in:
2025-07-27 03:30:13 +03:00
parent 057fe6254c
commit 1835632be9
141 changed files with 32514 additions and 6661 deletions

View File

@@ -24,6 +24,7 @@
:showApiKey="false"
:showBaseUrl="true"
/>
<OllamaModelManager />
</div>
</BaseLayout>
</template>
@@ -31,6 +32,7 @@
<script setup>
import BaseLayout from '@/components/BaseLayout.vue';
import AIProviderSettings from '@/views/settings/AIProviderSettings.vue';
import OllamaModelManager from '@/components/OllamaModelManager.vue';
import { useRouter } from 'vue-router';
const router = useRouter();