Skip to content

Commit

Permalink
ollama url to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanerix committed Jun 7, 2024
1 parent 2d23c5d commit af95f42
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const config = {
enableHttps : false,
keyFile: "../keys/privkey.pem", // Only needed if enableHttps is true
certFile: "../keys/fullchain.pem", // Only needed if enableHttps is true
ollamaApiUrl: "http://192.168.178.208:11434",
currentVersion: 0.1
};
Loading

0 comments on commit af95f42

Please sign in to comment.