Skip to content

Commit

Permalink
minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Nov 12, 2024
1 parent f4d9799 commit 48863a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/integration/fast_api/test_Fast_API__via_Http.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
from fastapi import FastAPI
from osbot_fast_api.utils.Fast_API_Server import Fast_API_Server
from osbot_utils.context_managers.print_duration import print_duration
from osbot_utils.testing.Stdout import Stdout
from osbot_utils.utils.Dev import pprint

from osbot_llms.models.LLMs__Chat_Completion import LLMs__Chat_Completion
from osbot_llms.models.LLMs__Chat_Completion import LLMs__Chat_Completion
from osbot_llms.utils.Version import version__osbot_llms
from tests.llm_fast_api__for_tests import llm_fast_api, llm_fast_api__app

Expand Down Expand Up @@ -44,8 +41,6 @@ def test__chat__completion(self):
user_prompt = '51-9' )
llm_chat_completion = LLMs__Chat_Completion(**kwargs)
response = self.fast_api_server.requests_post('/chat/completion', data=llm_chat_completion)
#pprint(dict(response.headers))
#pprint(response.text)
assert '42' in response.text


Expand Down

0 comments on commit 48863a5

Please sign in to comment.