mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
fix: skip request-count usage check via AIChatService
This commit is contained in:
parent
db9597a7b5
commit
6083e3ac52
@ -378,6 +378,7 @@ class AIChatService extends BaseService {
|
||||
ret = await svc_driver.call_new_({
|
||||
actor: Context.get('actor'),
|
||||
service_name: intended_service,
|
||||
skip_usage: true,
|
||||
iface: 'puter-chat-completion',
|
||||
method: 'complete',
|
||||
args: parameters,
|
||||
@ -431,6 +432,7 @@ class AIChatService extends BaseService {
|
||||
ret = await svc_driver.call_new_({
|
||||
actor: Context.get('actor'),
|
||||
service_name: fallback_service_name,
|
||||
skip_usage: true,
|
||||
iface: 'puter-chat-completion',
|
||||
method: 'complete',
|
||||
args: {
|
||||
|
Loading…
Reference in New Issue
Block a user