-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Integrate Ollama for LLM queries and improve timestamp parsing
This change integrates Ollama as the LLM provider and improves the robustness of timestamp parsing in the LLMModelsManager. The Ollama instance URL is now configurable via an environment variable. Additionally, error logging for timestamp parsing failures has been enhanced to include more context.
- Loading branch information
Showing
4 changed files
with
19 additions
and
3 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 |
---|---|---|
|
@@ -43,3 +43,6 @@ INSTALL_TYPE=prebuilt | |
DJANGO_SUPERUSER_USERNAME=rengine | ||
[email protected] | ||
DJANGO_SUPERUSER_PASSWORD=Sm7IJG.IfHAFw9snSKv | ||
|
||
# Ollama Configuration | ||
#OLLAMA_INSTANCE=http://ollama:11434 |
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