instagram externalurl 수집 비활성화 (LLM이 혼동을 일으킴)
parent
84fd854d15
commit
cb798f7acc
|
|
@ -44,3 +44,5 @@ Thumbs.db
|
||||||
alembic/versions/*.pyc
|
alembic/versions/*.pyc
|
||||||
|
|
||||||
test_results/
|
test_results/
|
||||||
|
|
||||||
|
app/test*
|
||||||
|
|
@ -49,7 +49,7 @@ class ApifyClient:
|
||||||
"posts": profile.get("postsCount", 0),
|
"posts": profile.get("postsCount", 0),
|
||||||
"bio": profile.get("biography", ""),
|
"bio": profile.get("biography", ""),
|
||||||
"isBusinessAccount": profile.get("isBusinessAccount", False),
|
"isBusinessAccount": profile.get("isBusinessAccount", False),
|
||||||
"externalUrl": profile.get("externalUrl"),
|
#"externalUrl": profile.get("externalUrl"), LLM에 혼동을 주는 듯 하여 비활성화
|
||||||
"latestPosts": [
|
"latestPosts": [
|
||||||
{
|
{
|
||||||
"type": p.get("type"),
|
"type": p.get("type"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue