Skip to content

Commit

Permalink
linter stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmvd committed Dec 23, 2024
1 parent c5cd7a5 commit e7d14ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion timesketch/lib/llms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

from timesketch.lib.llms import ollama
from timesketch.lib.llms import vertexai
from timesketch.lib.llms import aistudio
from timesketch.lib.llms import aistudio
2 changes: 1 addition & 1 deletion timesketch/lib/llms/aistudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def generate(self, prompt: str, response_schema: Optional[dict] = None) -> str:


if has_required_deps:
manager.LLMManager.register_provider(AIStudio)
manager.LLMManager.register_provider(AIStudio)

0 comments on commit e7d14ae

Please sign in to comment.