bing chilling

This commit is contained in:
NovaOSS Admins 2023-10-25 19:06:36 +00:00
parent a16ba559fb
commit 91ea380b79
3 changed files with 3 additions and 5 deletions

View file

@ -1,2 +1,2 @@
from . import ails
MODULES = [ails]
from . import ails, closed, closed4
MODULES = [closed, closed4]

View file

@ -251,8 +251,6 @@ async def respond(
credits_cost = round(credits_cost * role_cost_multiplier)
print(f'[bold]Credits cost[/bold]: {credits_cost}')
create_background_task(
after_request.after_request(
provider=provider_name,

View file

@ -222,7 +222,7 @@ async def demo():
for func in [
test_chat_stream_gpt3,
test_chat_non_stream_gpt4,
test_function_calling,
# test_function_calling,
]:
print(f'[*] {func.__name__}')
result = await func()