Skip to content

Commit

Permalink
refactor: Move LLM functionality to cloai
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/ctk_functions/microservices/aws.py
#	src/ctk_functions/microservices/azure.py
#	src/ctk_functions/microservices/llm.py
  • Loading branch information
ReinderVosDeWael committed Dec 27, 2024
1 parent 3e2bd28 commit ab854e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
import dataclasses
import uuid
from collections.abc import Awaitable, Coroutine, Sequence
from typing import Any
from typing import Any, TypeGuard, get_args

import cloai
import jsonpickle
import pydantic
from cloai.llm import bedrock

from ctk_functions.core import config
from ctk_functions.routers.intake.intake_processing.utils import string_utils
Expand Down

0 comments on commit ab854e0

Please sign in to comment.