mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-21 05:27:24 +00:00
tweak: remove extra spacing in AIChatService usage-limited-chat comment
This commit is contained in:
@@ -680,7 +680,7 @@ class AIChatService extends BaseService {
|
||||
};
|
||||
await svc_event.emit('ai.prompt.check-usage', event);
|
||||
|
||||
// If the user has exceeded their usage limit, apply usage-limited-chat which lets them know
|
||||
// If the user has exceeded their usage limit, apply usage-limited-chat which lets them know
|
||||
if (event.error || !event.allowed) {
|
||||
// Instead of throwing an error, modify the intended_service
|
||||
const client_driver_call = Context.get('client_driver_call');
|
||||
|
||||
Reference in New Issue
Block a user