Skip to content

Commit

Permalink
fix: change ainize server name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoung-an committed May 20, 2024
1 parent 86e8d30 commit 60768bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const THREAD_GC_NUM_SIBLINGS_DELETED = 10;
export const MESSAGE_GC_MAX_SIBLINGS = 15;
export const MESSAGE_GC_NUM_SIBLINGS_DELETED = 10;

export const DEFAULT_AINIZE_SERVER_NAME = 'ainize_openai';
export const DEFAULT_AINIZE_SERVER_NAME = 'openai_backend';

export const WHITELISTED_OBJECT_IDS: Record<string, string[]> = {
dev: [
Expand Down
2 changes: 1 addition & 1 deletion test/test_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const address = '0x7ed9c30C9F3A31Daa9614b90B4a710f61Bd585c0';
export const objectId = '0xD42cfE651c3ED79F5FE68A7D257d227f1b5282A9';
export const appId = 'ainft721_0xd42cfe651c3ed79f5fe68a7d257d227f1b5282a9';
export const tokenId = '7';
export const nickname = 'ainize_openai';
export const nickname = 'openai_backend';

export const assistantId = 'asst_4ZfyVxKP7IG89DzJjSyQTEmv';
export const threadId = 'thread_8nrYM2UCxnhGTMotlolno9aL';
Expand Down

0 comments on commit 60768bc

Please sign in to comment.