- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: ggozad/oterm
base: 0.1.17
head repository: ggozad/oterm
compare: main
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e96b01b - Browse repository at this point
Copy the full SHA e96b01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8409982 - Browse repository at this point
Copy the full SHA 8409982View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f6ccaf - Browse repository at this point
Copy the full SHA 9f6ccafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d547b - Browse repository at this point
Copy the full SHA 59d547bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462b042 - Browse repository at this point
Copy the full SHA 462b042View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90f403 - Browse repository at this point
Copy the full SHA b90f403View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac914cc - Browse repository at this point
Copy the full SHA ac914ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1417a39 - Browse repository at this point
Copy the full SHA 1417a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55d894 - Browse repository at this point
Copy the full SHA e55d894View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea96b0b - Browse repository at this point
Copy the full SHA ea96b0bView commit details -
Merge pull request #43 from ggozad/feature/fast_creation
Feature/fast creation
Configuration menu - View commit details
-
Copy full SHA for 00435cd - Browse repository at this point
Copy the full SHA 00435cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2006bc9 - Browse repository at this point
Copy the full SHA 2006bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3a74d - Browse repository at this point
Copy the full SHA 0b3a74dView commit details
Commits on Jan 8, 2024
-
Support OLLAMA_URL and OLLAMA_HOST
Restores the original behavior of OLLAMA_URL, which requires that the full path be specified, including the /api prefix. Also supports the OLLAMA_HOST behavior requested in resolved #37 by adding the /api prefix when constructing the OLLAMA_URL.
Configuration menu - View commit details
-
Copy full SHA for a12adaf - Browse repository at this point
Copy the full SHA a12adafView commit details -
Merge pull request #44 from bbatsell/ollama_url_fix
Support OLLAMA_URL and OLLAMA_HOST
Configuration menu - View commit details
-
Copy full SHA for 3853a20 - Browse repository at this point
Copy the full SHA 3853a20View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9d195d - Browse repository at this point
Copy the full SHA e9d195dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abff8ba - Browse repository at this point
Copy the full SHA abff8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3124b - Browse repository at this point
Copy the full SHA 4e3124bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65fed1c - Browse repository at this point
Copy the full SHA 65fed1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 268e01d - Browse repository at this point
Copy the full SHA 268e01dView commit details -
Merge pull request #46 from ggozad/23-keep-light-theme-across-runs
Introduce app config stored as json file.
Configuration menu - View commit details
-
Copy full SHA for b5c1464 - Browse repository at this point
Copy the full SHA b5c1464View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf94ec3 - Browse repository at this point
Copy the full SHA cf94ec3View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf91b2d - Browse repository at this point
Copy the full SHA cf91b2dView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57115d4 - Browse repository at this point
Copy the full SHA 57115d4View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c8558d - Browse repository at this point
Copy the full SHA 4c8558dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a3214 - Browse repository at this point
Copy the full SHA c7a3214View commit details
Commits on Feb 1, 2024
-
Speed up initial loading of the app. Re #39
Speed up initial loading of the app by mounting past messages lazily only when a chat pane is viewed
Configuration menu - View commit details
-
Copy full SHA for 3494071 - Browse repository at this point
Copy the full SHA 3494071View commit details -
Configuration menu - View commit details
-
Copy full SHA for a96cb5e - Browse repository at this point
Copy the full SHA a96cb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1054c68 - Browse repository at this point
Copy the full SHA 1054c68View commit details -
Merge pull request #56 from ggozad/feat/cancel-inference
Ability to cancel inference.
Configuration menu - View commit details
-
Copy full SHA for 09ec05d - Browse repository at this point
Copy the full SHA 09ec05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45e61b - Browse repository at this point
Copy the full SHA d45e61bView commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dd0901 - Browse repository at this point
Copy the full SHA 1dd0901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fab03 - Browse repository at this point
Copy the full SHA 88fab03View commit details
Commits on Feb 13, 2024
-
Our MarkdownFence changes have been merged to textual, no more monkeypatching. This also now sets the number of lines of MarkdownFence to 50 instead of 20, see #58.
Configuration menu - View commit details
-
Copy full SHA for 10d34c5 - Browse repository at this point
Copy the full SHA 10d34c5View commit details
Commits on Feb 14, 2024
-
Add an edit_mode to ModelSelect, allow to select a model.
Preparing to refactor ModelSelect to edit chat parameters. See #57
Configuration menu - View commit details
-
Copy full SHA for 232e3ad - Browse repository at this point
Copy the full SHA 232e3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d57e78 - Browse repository at this point
Copy the full SHA 1d57e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0295056 - Browse repository at this point
Copy the full SHA 0295056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3992c45 - Browse repository at this point
Copy the full SHA 3992c45View commit details -
Merge pull request #59 from ggozad/feat/edit-model
Add support for "editing" a chat, allowing for changing system prompt and template.
Configuration menu - View commit details
-
Copy full SHA for b00ac87 - Browse repository at this point
Copy the full SHA b00ac87View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd21f7a - Browse repository at this point
Copy the full SHA bd21f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f129083 - Browse repository at this point
Copy the full SHA f129083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de7e28 - Browse repository at this point
Copy the full SHA 0de7e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3ccdf - Browse repository at this point
Copy the full SHA 4c3ccdfView commit details -
Merge pull request #60 from ggozad/feat/remove_template
Remove template from the chat customisation options.
Configuration menu - View commit details
-
Copy full SHA for c98be35 - Browse repository at this point
Copy the full SHA c98be35View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10d079 - Browse repository at this point
Copy the full SHA f10d079View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1778d6a - Browse repository at this point
Copy the full SHA 1778d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4877f97 - Browse repository at this point
Copy the full SHA 4877f97View commit details -
Merge pull request #61 from ggozad/export
Export chat as markdown document
Configuration menu - View commit details
-
Copy full SHA for 1ac0d25 - Browse repository at this point
Copy the full SHA 1ac0d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934afdb - Browse repository at this point
Copy the full SHA 934afdbView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d15fad4 - Browse repository at this point
Copy the full SHA d15fad4View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.