Skip to content

Commit

Permalink
refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Fabian Mezger committed Jul 1, 2024
1 parent 4ed3f4d commit c103140
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agent/backend/LLMStrategy.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""The Strategy Pattern for the LLM Backend."""
from typing import ClassVar

from agent.backend.aleph_alpha_service import AlephAlphaService
from agent.backend.cohere_service import CohereService
from agent.backend.gpt4all_service import GPT4AllService
from agent.backend.LLMBase import LLMBase
from agent.backend.ollama_service import OllamaService
from agent.backend.open_ai_service import OpenAIService
from agent.backend.services.aleph_alpha_service import AlephAlphaService
from agent.backend.services.cohere_service import CohereService
from agent.backend.services.gpt4all_service import GPT4AllService
from agent.backend.services.ollama_service import OllamaService
from agent.backend.services.open_ai_service import OpenAIService
from agent.data_model.request_data_model import LLMProvider, SearchParams


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c103140

Please sign in to comment.