-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from MannLabs/ollama
MVP: local models via ollama
- Loading branch information
Showing
16 changed files
with
1,231 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[theme] | ||
|
||
# Primary accent for interactive elements | ||
primaryColor = '#005358' | ||
|
||
# Background color for the main content area | ||
backgroundColor = '#FFFFFF' | ||
|
||
# Background color for sidebar and most interactive widgets | ||
secondaryBackgroundColor = '#f2f2f2' | ||
|
||
# Color used for almost all text | ||
textColor = '#302E30' | ||
|
||
# Font family for all text in the app, except code blocks | ||
# Accepted values (serif | sans serif | monospace) | ||
# Default: "sans serif" | ||
font = "sans serif" | ||
|
||
[server] | ||
maxUploadSize = 500 | ||
enableXsrfProtection = false | ||
enableCORS = false | ||
|
||
[browser] | ||
gatherUsageStats = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.