Skip to content

Commit

Permalink
Merge pull request #14 from ittia-research/dev
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
etwk authored Aug 20, 2024
2 parents 36ea2cb + 4eff476 commit 8d21ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
llm_long = dspy.OpenAI(model=settings.LLM_MODEL_NAME, api_base=f"{settings.OPENAI_BASE_URL}/", max_tokens=500, stop='\n\n')

from .citation import Citation
from .ollama_embedding import OllamaEmbedding
from .retrieve import LlamaIndexRM
from .search import Search
from .search_query import SearchQuery
Expand Down

0 comments on commit 8d21ab9

Please sign in to comment.