Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Aug 21, 2024
1 parent 20afa08 commit d6a1c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/routes_v2/threads_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
import re
import time
from typing import Dict, Any, Union, get_origin, Type, List, Optional
from typing import Dict, Any, Union, Type, List, Optional


from fastapi import APIRouter, Body, Depends, Path, HTTPException, Query
Expand All @@ -24,7 +24,7 @@
from impl.routes_v2.vector_stores import read_vsf
from impl.services.inference_utils import get_chat_completion, get_async_chat_completion_response
from impl.utils import map_model, store_object, read_object, read_objects, generate_id
from model_v2.create_thread_and_run_request import CreateThreadAndRunRequest
from impl.model_v2.create_thread_and_run_request import CreateThreadAndRunRequest
from openapi_server_v2.models.assistants_api_response_format_option import AssistantsApiResponseFormatOption
from openapi_server_v2.models.assistants_api_tool_choice_option import AssistantsApiToolChoiceOption
from openapi_server_v2.models.message_delta_object_delta_content_inner import MessageDeltaObjectDeltaContentInner
Expand Down

0 comments on commit d6a1c08

Please sign in to comment.