Skip to content

Commit cf4d6d9

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
model name correction
1 parent b1b52d3 commit cf4d6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async def post_processing(uri=Form(), userName=Form(), password=Form(), database
284284
logging.info(f'Entity Embeddings created')
285285

286286
if "enable_communities" in tasks:
287-
model = "openai-gpt-4o"
287+
model = "openai_gpt_4o"
288288
await asyncio.to_thread(create_communities, uri, userName, password, database,model)
289289
josn_obj = {'api_name': 'post_processing/create_communities', 'db_url': uri, 'logging_time': formatted_time(datetime.now(timezone.utc))}
290290
logger.log_struct(josn_obj)

0 commit comments

Comments
 (0)