Skip to content

Commit

Permalink
Move utils_tokenization to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-uiuc committed Mar 7, 2024
1 parent ea9c432 commit f0542a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ai_ta_backend/database/sql.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os

import supabase
from injector import inject


Expand Down
2 changes: 1 addition & 1 deletion ai_ta_backend/service/retrieval_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from ai_ta_backend.service.nomic_service import NomicService
from ai_ta_backend.service.posthog_service import PosthogService
from ai_ta_backend.service.sentry_service import SentryService
from ai_ta_backend.utils_tokenization import count_tokens_and_cost
from ai_ta_backend.utils.utils_tokenization import count_tokens_and_cost

OPENAI_API_TYPE = "azure" # "openai" or "azure"

Expand Down
File renamed without changes.

0 comments on commit f0542a8

Please sign in to comment.