Skip to content

Commit

Permalink
chore: update example with phi3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 29, 2024
1 parent 3fc6b76 commit 2cf947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/pipe-activity-topic-tracker/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function queryScreenpipe(params) {
async function getAIProvider() {
// Default to OpenAI if no provider is specified
const provider = "ollama";
const model = "mistral-nemo";
const model = "phi3.5";

return { provider, model };
}
Expand Down

0 comments on commit 2cf947a

Please sign in to comment.