Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function aiRAGChatRequest
import { aiRAGChatRequest } from "https://deno.land/x/fathym_everything_as_code@v0.0.329-integration/src/src.deps.ts";

Parameters

req: Request
endpoint: string
apiKey: string
deploymentName: string
modelName: string
useSSEFormat: boolean
optional
inputParams: Partial<OpenAIBaseInput>
optional
embeddingDeploymentName: string
optional
searchEndpoint: string
optional
searchApiKey: string