feat: update Vercel regions in configuration

This commit is contained in:
zaidmukaddam 2024-11-28 19:28:02 +05:30
parent bae39a95f1
commit 7bb21a103d
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import {
tool, tool,
experimental_createProviderRegistry, experimental_createProviderRegistry,
} from "ai"; } from "ai";
import { BlobRequestAbortedError, put, list } from '@vercel/blob'; import { BlobRequestAbortedError, put } from '@vercel/blob';
import CodeInterpreter from "@e2b/code-interpreter"; import CodeInterpreter from "@e2b/code-interpreter";
import FirecrawlApp from '@mendable/firecrawl-js'; import FirecrawlApp from '@mendable/firecrawl-js';
import { tavily } from '@tavily/core' import { tavily } from '@tavily/core'
@ -134,7 +134,6 @@ When asked a "What is" question, maintain the same format as the question and an
- The response that include latex equations, use always follow the formats: - The response that include latex equations, use always follow the formats:
- Do not wrap any equation or formulas or any sort of math related block in round brackets() as it will crash the response.`, - Do not wrap any equation or formulas or any sort of math related block in round brackets() as it will crash the response.`,
tools: { tools: {
// Update the web_search tool parameters in app/api/chat/route.ts
web_search: tool({ web_search: tool({
description: "Search the web for information with multiple queries, max results and search depth.", description: "Search the web for information with multiple queries, max results and search depth.",
parameters: z.object({ parameters: z.object({

View File

@ -4,5 +4,6 @@
"path": "/api/clean_images", "path": "/api/clean_images",
"schedule": "0 * * * *" "schedule": "0 * * * *"
} }
] ],
"regions": ["sfo1", "bom1", "sin1"]
} }