mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Extract conversation processor utility funcs from gpt.py into utils.py
This commit is contained in:
@@ -6,7 +6,8 @@ from datetime import datetime
|
||||
import pytest
|
||||
|
||||
# Internal Packages
|
||||
from khoj.processor.conversation.gpt import converse, message_to_log, message_to_prompt
|
||||
from khoj.processor.conversation.gpt import converse
|
||||
from khoj.processor.conversation.utils import message_to_log, message_to_prompt
|
||||
|
||||
|
||||
# Initialize variables for tests
|
||||
|
||||
Reference in New Issue
Block a user