You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The monsterapi has a SDK which allows users to interact with their API's. The SDXL model which is used in the project cannot be setup due to an error in the MonsterAPIClient class.
const client = new MonsterApiClient(process.env.MONSTER_API_KEY);
The issue is in the routes/monster
The text was updated successfully, but these errors were encountered:
The Monster API
The monsterapi has a SDK which allows users to interact with their API's. The SDXL model which is used in the project cannot be setup due to an error in the MonsterAPIClient class.
const client = new MonsterApiClient(process.env.MONSTER_API_KEY);
The issue is in the routes/monster
The text was updated successfully, but these errors were encountered: