Skip to content

Commit

Permalink
Fixe from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alekst23 committed Sep 9, 2024
1 parent 08a1af5 commit f51ba8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions src/leapfrogai_api/backend/composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,12 @@
from pydantic import BaseModel
from starlette.responses import StreamingResponse

from leapfrogai_api.types.constants import (
DEFAULT_MAX_COMPLETION_TOKENS,
DEFAULT_MAX_PROMPT_TOKENS,
)
from leapfrogai_api.backend.converters import (
from_assistant_stream_event_to_str,
from_text_to_message,
from_chat_completion_choice_to_thread_message_delta,
)
from leapfrogai_api.backend.rag.query import QueryService
<<<<<<<< HEAD:src/leapfrogai_api/backend/composer.py
========
from leapfrogai_api.backend.types import (
ChatMessage,
SearchResponse,
ChatCompletionResponse,
ChatCompletionRequest,
ChatChoice,
)
>>>>>>>> 24d9074d (chore: New 'types' module):src/leapfrogai_api/types/request/run_create_params_base.py
from leapfrogai_api.data.crud_assistant import CRUDAssistant, FilterAssistant
from leapfrogai_api.data.crud_message import CRUDMessage
from leapfrogai_api.routers.openai.chat import chat_complete, chat_complete_stream_raw
Expand Down
5 changes: 0 additions & 5 deletions src/leapfrogai_api/typedef/runs/run_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
AdditionalMessageAttachmentToolFileSearch,
)
from pydantic import Field
<<<<<<<< HEAD:src/leapfrogai_api/typedef/runs/run_create.py

from .run_create_base import (
========
from starlette.responses import StreamingResponse
from leapfrogai_api.types.request.run_create_params_base import (
>>>>>>>> 24d9074d (chore: New 'types' module):src/leapfrogai_api/types/request/run_create_params.py
RunCreateParamsRequestBase,
)
from leapfrogai_api.typedef.messages import (
Expand Down

0 comments on commit f51ba8f

Please sign in to comment.