mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 12:33:58 +01:00
bing chilling
This commit is contained in:
parent
a16ba559fb
commit
91ea380b79
|
@ -1,2 +1,2 @@
|
|||
from . import ails
|
||||
MODULES = [ails]
|
||||
from . import ails, closed, closed4
|
||||
MODULES = [closed, closed4]
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue