Skip to content

Commit

Permalink
Merge pull request #27 from ryanleung/ryanleung-minor
Browse files Browse the repository at this point in the history
[Minor cleanup] Remove console log
  • Loading branch information
betterbrand authored Feb 25, 2024
2 parents 8a3d41c + 32716a2 commit 77aedd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/services/ollama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export const getOllamaExecutableAndAppDataPath = (
};

export const askOllama = async (model: string, message: string) => {
console.log('I AM HERE');
return await ollama.chat({
model,
messages: [
Expand Down

0 comments on commit 77aedd2

Please sign in to comment.