mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 05:40:17 +00:00
Remove already defined identical function
This commit is contained in:
@@ -339,10 +339,6 @@ class ConversationAdapters:
|
|||||||
async def get_openai_chat_config():
|
async def get_openai_chat_config():
|
||||||
return await OpenAIProcessorConversationConfig.objects.filter().afirst()
|
return await OpenAIProcessorConversationConfig.objects.filter().afirst()
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
async def aget_default_conversation_config():
|
|
||||||
return await ChatModelOptions.objects.filter().afirst()
|
|
||||||
|
|
||||||
|
|
||||||
class EntryAdapters:
|
class EntryAdapters:
|
||||||
word_filer = WordFilter()
|
word_filer = WordFilter()
|
||||||
|
|||||||
Reference in New Issue
Block a user