Skip to content

Commit

Permalink
Update ai_modules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJunCho00 authored Dec 4, 2024
1 parent 3b7621b commit 0a36867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_server_code/ai_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ def get_ai_message(question):
else:
prof_name = prof_title.strip() # 숫자가 없으면 전체 문자열을 교수 이름으로 저장

if (any(final_url.startswith(url) for url in prof_url) and prof_name not in query_noun:
if (any(final_url.startswith(url) for url in prof_url)) and prof_name not in query_noun:
refer_url=""
if '직원' in query_noun:
refer_url=prof_url[1]
Expand Down

0 comments on commit 0a36867

Please sign in to comment.