Skip to content

Commit 46a3c66

Browse files
committedAug 20, 2024
Re-add recommendModel
1 parent 355e886 commit 46a3c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.post("/", verifySignatureMiddleware, express.json(), async (req, res) => {
1919

2020
// List of functions that are available to be called
2121
const modelsAPI = new ModelsAPI(apiKey);
22-
const functions = [listModels, describeModel, executeModel];
22+
const functions = [listModels, describeModel, executeModel, recommendModel];
2323

2424
// Use the Copilot API to determine which function to execute
2525
const capiClient = new OpenAI({

0 commit comments

Comments
 (0)
Failed to load comments.