mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 14:23:57 +01:00
bing chilling
This commit is contained in:
parent
a16ba559fb
commit
91ea380b79
|
@ -1,2 +1,2 @@
|
||||||
from . import ails
|
from . import ails, closed, closed4
|
||||||
MODULES = [ails]
|
MODULES = [closed, closed4]
|
||||||
|
|
|
@ -251,8 +251,6 @@ async def respond(
|
||||||
|
|
||||||
credits_cost = round(credits_cost * role_cost_multiplier)
|
credits_cost = round(credits_cost * role_cost_multiplier)
|
||||||
|
|
||||||
print(f'[bold]Credits cost[/bold]: {credits_cost}')
|
|
||||||
|
|
||||||
create_background_task(
|
create_background_task(
|
||||||
after_request.after_request(
|
after_request.after_request(
|
||||||
provider=provider_name,
|
provider=provider_name,
|
||||||
|
|
|
@ -222,7 +222,7 @@ async def demo():
|
||||||
for func in [
|
for func in [
|
||||||
test_chat_stream_gpt3,
|
test_chat_stream_gpt3,
|
||||||
test_chat_non_stream_gpt4,
|
test_chat_non_stream_gpt4,
|
||||||
test_function_calling,
|
# test_function_calling,
|
||||||
]:
|
]:
|
||||||
print(f'[*] {func.__name__}')
|
print(f'[*] {func.__name__}')
|
||||||
result = await func()
|
result = await func()
|
||||||
|
|
Loading…
Reference in a new issue