Skip to content

Commit

Permalink
dev.ai4j.openai4j.OpenAiHttpException: {"error":{"message":"Your acco…
Browse files Browse the repository at this point in the history
…unt cnel91g3r07dj7tqgr3g\u003cak-esj8oe4syzni11ecs1oi\u003e request reached max request: 3, please try again after 1 seconds","type":"rate_limit_reached_error"}}
  • Loading branch information
vnobo committed Jun 25, 2024
1 parent b5a632d commit fee1eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
],
"scripts": [
{
"input": "bootstrap/dist/js/bootstrap.js",
"input": "bootstrap/dist/js/bootstrap.bundle.js",
"bundleName": "bootstrap-module"
}
],
Expand Down
2 changes: 1 addition & 1 deletion ui/projects/web/src/app/app.config.server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ApplicationConfig, mergeApplicationConfig} from '@angular/core';
import {provideServerRendering} from '@angular/platform-server';
import {appConfig} from './app.config';
import {BrowserStorageServerService, BrowserStorageService,} from '@plate/commons';
import {BrowserStorageServerService, BrowserStorageService,} from 'commons';

const serverConfig: ApplicationConfig = {
providers: [
Expand Down

0 comments on commit fee1eb7

Please sign in to comment.