feat: add groq-sdk integration for news summarization and enhance routing

This commit is contained in:
yuanhau 2025-05-10 08:14:26 +08:00
parent 1208866757
commit e6b2bf3cbe
6 changed files with 85 additions and 4 deletions

View file

@ -1 +1,8 @@
<template></template>
<script setup lang="ts">
const { t } = useI18n();
</script>
<template>
<div>
<h1>{{ t("newsOrgs.title") }}</h1>
</div>
</template>