mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Initial commit of a functional but not yet elegant prototype for this concept
This commit is contained in:
@@ -22,7 +22,6 @@ from khoj.processor.conversation.offline.chat_model import (
|
||||
filter_questions,
|
||||
)
|
||||
from khoj.processor.conversation.offline.utils import download_model
|
||||
from khoj.processor.conversation.utils import message_to_log
|
||||
from khoj.utils.constants import default_offline_chat_models
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ from freezegun import freeze_time
|
||||
|
||||
from khoj.database.models import Agent, Entry, KhojUser
|
||||
from khoj.processor.conversation import prompts
|
||||
from khoj.processor.conversation.utils import message_to_log
|
||||
from tests.helpers import ConversationFactory, generate_chat_history, get_chat_api_key
|
||||
|
||||
# Initialize variables for tests
|
||||
|
||||
Reference in New Issue
Block a user