transfer to 87
This commit is contained in:
parent
a3163d6ec6
commit
0ecc15f714
|
|
@ -120,7 +120,7 @@ class Operation:
|
||||||
qanontitle,
|
qanontitle,
|
||||||
search_range: int = 10,
|
search_range: int = 10,
|
||||||
# url=f"http://localhost:8010/v1/indices/qaqanon/search",
|
# url=f"http://localhost:8010/v1/indices/qaqanon/search",
|
||||||
url=f"http://localhost/api/elp/v1/indices/qaqanon/search",
|
url=f"http://localhost:3102/elp/v1/indices/qaqanon/search",
|
||||||
) -> List[TitleRepeat]:
|
) -> List[TitleRepeat]:
|
||||||
"""
|
"""
|
||||||
- باید با سرویس از حاج آقا گرفته شود
|
- باید با سرویس از حاج آقا گرفته شود
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
elasticsearch==8.13.2
|
elasticsearch==8.13.2
|
||||||
nltk
|
nltk
|
||||||
pydantic
|
pydantic
|
||||||
fast-api
|
|
||||||
|
|
@ -426,7 +426,9 @@ class BaleBot(BaleBotGeneral):
|
||||||
user.active_message_id = 0
|
user.active_message_id = 0
|
||||||
user.message_limit = 0
|
user.message_limit = 0
|
||||||
|
|
||||||
message = "من ربات تست ام"
|
message = """👋 سلام دوست عزیز! 🤗
|
||||||
|
به دستیار هوشمند قانون یار خوش آمدید!
|
||||||
|
فقط کافیه به من بگید چه کمکی از دستم برمیاد!"""
|
||||||
|
|
||||||
await self.send_message_helper(
|
await self.send_message_helper(
|
||||||
user=user,
|
user=user,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user