We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ce513 commit 8057dccCopy full SHA for 8057dcc
typescript/src/inkeepApi.ts
@@ -18,7 +18,7 @@ export async function docsSearch(apiKey: string, userQuery: string): Promise<str
18
Authorization: `Bearer ${apiKey}`,
19
},
20
body: JSON.stringify({
21
- model: "inkeep-context-gpt-4o",
+ model: "inkeep-qa-expert",
22
messages: [{ role: "user", content: userQuery }],
23
}),
24
});
0 commit comments