Fix LiteLLM URL to llm.manohargupta.com
This commit is contained in:
parent
d318fed3ca
commit
50a5f2a972
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { NextResponse } from "next/server";
|
||||
import { sql } from "@/db";
|
||||
|
||||
const LITELLM_URL = process.env.LITELLM_URL || "https://litellm-gateway.manohargupta.com";
|
||||
const LITELLM_URL = process.env.LITELLM_URL || "https://llm.manohargupta.com";
|
||||
const LITELLM_KEY = process.env.LITELLM_KEY || "sk-tiger-gateway-289bf7d1cf0c0b12ff5ccf48d95ff3c3";
|
||||
|
||||
export async function POST(request: Request) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue