-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add ollama support in post-documents api (#17) * docs: add docs on how to change ollama models * docs: fix sample url * docs: formatting * chore: update lockfile * refactor: rename function * refactor: move http-response * refactor: rename ollama.ts * refactor: simplify http helpers * refactor: add data http response * refactor: update api.http * chore: update packages and clean up dependencies * refactor: rename functions and ids * refactor: move code * refactor: rename models to constants * feat: persist local storage * chore: enable streaming * feat: implement local mode for chat api * chore: update .gitignore * fix: use last user message as question * refactor: consistent error messages * refactor: formatting * refactor: clean up frontend * docs: simplify api docs * fix: generate .env file in api folder * chore: update sample env file
- Loading branch information
Showing
25 changed files
with
1,925 additions
and
2,044 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
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
Oops, something went wrong.