This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(code): switch fully to ollama as LLM provider (#101)
* feat: Adds script to evaluate ollama latency * refactor: Remove legacy comment * feat: Adds route to chat with code llm * docs: Updates copyright notice * docs: Updates copyright notice * build(docker): bump ollama to 0.1.23 * feat(ollama): unload model after 30 sec * build(docker): bump ollama to 0.1.25 * feat(code): add chat endpoint * refactor(docker): set ollama as default llm provider * test(code): add unit tests for code router * docs(readme): update the env configuration description * docs(swagger): improve the example for Chatrole * docs(readme): add latency benchmark in the readme * fix(ollama): fix typo in ollama client * fix(openai): fix import * ci(github): remove nvidia driver requirement for docker orchestration * fix(docker): relax healthcheck on test environment * fix(docker): update docker healthcheck for tests * fix(docker): fix docker command for test env * fix(docker): fix healthcheck * fix(docker): fix healthcheck * fix(docker): fix healthcheck of ollama containers * test(repos): disable repo parsing test
- Loading branch information
Showing
19 changed files
with
622 additions
and
423 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 was deleted.
Oops, something went wrong.
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.