mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
hardcode gen.invoker
This commit is contained in:
parent
3dee9b21df
commit
4fd3f62679
@ -34,7 +34,7 @@ const dynamicBaseQuery: BaseQueryFn<
|
||||
const projectId = $projectId.get();
|
||||
|
||||
const rawBaseQuery = fetchBaseQuery({
|
||||
baseUrl: `http://localhost:1234/api/v1`,
|
||||
baseUrl: `https://gen.invoker.ai/api/v1`,
|
||||
prepareHeaders: (headers) => {
|
||||
if (authToken) {
|
||||
headers.set('Authorization', `Bearer ${authToken}`);
|
||||
|
Loading…
Reference in New Issue
Block a user