Skip to content

Commit 8057dcc

Browse files
kappa90kappa90
andauthored
fix: update inkeep model (#142)
Co-authored-by: kappa90 <[email protected]>
1 parent a5ce513 commit 8057dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/src/inkeepApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function docsSearch(apiKey: string, userQuery: string): Promise<str
1818
Authorization: `Bearer ${apiKey}`,
1919
},
2020
body: JSON.stringify({
21-
model: "inkeep-context-gpt-4o",
21+
model: "inkeep-qa-expert",
2222
messages: [{ role: "user", content: userQuery }],
2323
}),
2424
});

0 commit comments

Comments
 (0)